*, *::before, *::after {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

html {
    height: 100vh;
}


.wrapper {
    background-color: #200327;
    font-family: 'Anton', sans-serif;
    text-align: center;
    height: 100vh;
}

.selected {
    font-size: 1.2rem;
    color: rgb(225, 142, 228);
    margin: auto;
    text-shadow: 2px 2px black;
}

.header {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 5px;
    width: 100%;
    
}

.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.waap {
    display: flex;
    align-items: center;
}

#score-div {
    display: flex;
}

.container-score {
    display: flex;
    justify-content: space-between;
    margin: 5px 10px;
}

.title {
    color: rgb(107, 5, 110);
    font-size: 3.1rem;
    margin: 0;
    
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: pink;
    padding: 10px;
    line-height: 1;
    text-align: center;
    /* border: 2px solid pink; */
    
}

/* .weapon {
    height: 100px;
    width: 100px;
    overflow: hidden;
} */
.player {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;

}

.cpu {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.player-weapon {
    height: 100px;
    width: 100px;
    overflow: hidden;

}

.cpu-weapon {
    height: 100px;
    width: 100px;
    overflow: hidden;

}

.score-div {
    /* background-color: white; */
    font-size: 1rem;
    /* height: 5rem; */
    padding: 5px;
    width: auto;
    color: white;
    /* display: none; */
}



.score {
    line-height: 1.2;
    font-size: 1.4rem;
    
}

#player-score {
    font-size: 3rem;
}

#cpu-score {
    font-size: 3rem;
}

.rock {
    height: 100px;
    width: auto;
}

.paper {
    height: 100px;
    width: auto;
}

.scissors {
    height: 100px;
    width: auto;
}

#rock {
    height: 100px;
    width: auto;
    
}

#paper {
    height: 80px;
    width: auto;
    

}

#scissors {
    height: 100px;
    width: auto;
}

.h2 {
    color: rgb(96, 241, 103);
    font-size: 2.4rem;
    height: 3rem;
    margin: 10px;
    text-shadow: 3px 3px 3px 3px black;
}

.score  {
    text-shadow: 2px 2px 2px 2px black
}

.btn {
    border-radius: 10%;
    background-color: rgb(98, 250, 60);
    font-size: 1.25rem;
    margin: 1rem;
    padding: 1rem;
    border: 2px solid black;
    -webkit-box-shadow: 0px 0px 14px 5px rgba(248,255,255,0.9); 
    box-shadow: 0px 0px 14px 5px rgba(248,255,255,0.9);
    
    
}


.player-choice {
    margin-left: .6rem;
    

}

.cpu-choice {
    margin-right: .6rem;
}
/* #wrap-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: space-around;
    min-height: 150px;
    
} */

.weapon-select {
    height: 100px;
    width: 100px;
    /* border: 1px solid white; */
    
    
}

.flex-box-rps {
    display: flex;
    justify-content: center;
    align-self: center;
    overflow: hidden;
    margin: 20px 10px; /*van 50px 10px gegaan*/
    /* border: 1px solid red; */

}

/*  */

/* @media ( max-width: 500px ) {
    #paper {
        height: 100px;
        width: 100px;
    }
    #rock {
        height: 100px;
        width: 100px;

    }

    #scissors {
        height: 100px;
        width: 100px;

    }

    #weapon-choice {
        height: 100px;
        width: 100px;
    }

    #cpu-choice {
        height: 100px;
        width: 100px;
    }

    #result-el {
        font-size: 30px;
    }

    .score-div {
        height: 60px;
        width: 60px;
        
        margin: 60px 20px;

    }

    .score {
        font-size: 1px;
        line-height: 1;
        margin-top: 5px;

    }

    .lifes {
        font-weight: 200;
        font-size: 20px;
        margin-top: 10px;
    }
}

@media ( max-width: 750px ) {
    .score-div {
        background-color: white;
        height: 80px;
        width: 80px;
        color: black;
        margin: 60px 20px;
    }
    .score {
        font-size: 1em;
        line-height: 1;
        margin-top: 2px;

    }

    .box {
        margin: 40px 20px;
    }

}

@media ( max-width: 380px ) {
    #paper {
        height: 100px;
        width: 100px;
    }
    #rock {
        height: 100px;
        width: 100px;

    }

    #scissors {
        height: 100px;
        width: 100px;

    }

    #weapon-choice {
        height: 100px;
        width: 80px;
    }

    #cpu-choice {
        height: 100px;
        width: 100px;
    }

    #result-el {
        font-size: 30px;
    }

    .score-div {
        height: 80px;
        width: 50px;
        
        margin: 30px 10px;

    }

    .score {
        font-size: 20px;
        line-height: 1;
        margin-top: 2px;

    }

    .lifes {
        
        font-size: 20px;
        margin-top: 5px;
    }

    #gameText {
        margin: 5px;
        font-size: 20px;
        padding: 5px;
        color: pink;
    }

    #botWeap {
        font-size: 20px;
        color: pink;
        margin: 5px;
    }
} */
