@import url('https://fonts.googleapis.com/css2?family=Trispace&display=swap');

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/*general styles */

body {
    font-family: 'Trispace', sans-serif;
    font-size: 2rem;
    color: rgb(26, 36, 44);
    background: #4209A4;
    background: -moz-linear-gradient(left, #4209A4 0%, #380795 50%, #2B0875 100%);
    background: -webkit-linear-gradient(left, #4209A4 0%, #380795 50%, #2B0875 100%);
    background: linear-gradient(to right, #4209A4 0%, #380795 50%, #2B0875 100%);
    height: 100vh;
    overflow: hidden;
}

p {
    font-size: 23px;
    text-align: center;
    color: white;
} 

h1 {
    
    margin-top: 20px;
    font-size: 60px;
    color: white;
    font-weight: 700;
    text-align: center;
}

h2 {
    text-align: center;
    margin: 5px;
    font-size: 16px;
    font-weight: bold;
    color: #FDDC22;
}

ul {
    display: flex;
    justify-content: space-around;
    list-style: none;
    padding: 0;
}

li {
    margin: 5px;
}

a {
    text-decoration: none;
    font-size: 23px;
}

/* UTILITIES */

/*Header and Main Navigation*/

header {
    height: 100px;
    background: #4209A4;
    background: -moz-linear-gradient(left, #4209A4 0%, #380795 50%, #2B0875 100%);
    background: -webkit-linear-gradient(left, #4209A4 0%, #380795 50%, #2B0875 100%);
    background: linear-gradient(to right, #4209A4 0%, #380795 50%, #2B0875 100%);
    align-items: center;
    margin: 0px 10px;
}







/* NAV */


/* CONTENT */





.wrap2 {
    display: flex;
    justify-content: center;
    /* margin-bottom: 10px; */
    animation-name: moveTitle;
    animation-timing-function: ease-out;
    animation-duration: 5s;
    
}

.rope-img {
    padding: 0;
    
    
}







.theme {
    font-size: 16px;
}

.lives {
    /* text-align: center; */
    color: #190934;
    font-size: 1rem;

}

#lives-left {
    color: black;
    font-size: 1.5rem;
}







.container {
    
    display: grid;
    justify-content: space-evenly;
    justify-items: center;
    align-content: space-evenly;
    align-items: center;
    grid-template-columns: repeat(4, 1fr );
    /* grid-column: 1fr 1fr 1fr; */
    /* grid-template-rows: auto; */
    
    margin-right: auto;
    margin-left: auto;
    /* margin: auto; */
    /* width: 80%; */
    column-gap: 1px;
    row-gap: 10px;
    
}

.wrapper {
    display: flex;
    justify-content: center;
    
}



/* .letter {
    background-color: white;
    
    
    
    
} */

.box {
    display: flex;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    background: #5F3ADA;
    background: -moz-linear-gradient(left, #5F3ADA 0%, #495295 50%, #576EA9 100%);
    background: -webkit-linear-gradient(left, #5F3ADA 0%, #495295 50%, #576EA9 100%);
    background: linear-gradient(to right, #5F3ADA 0%, #495295 50%, #576EA9 100%);
    justify-content: center;
    align-items: center;
    border: 2px solid #F7F2D4;
}

.btn {
    /* width: 60px;
    height: 40px;
    text-align: center;
    align-items: center;
    padding: 10px 20px;
    
    border-radius: 5px;
    color: black;
    font-size: 16px; 
    line-height: 16px; 
    padding: 6px; border-radius: 10px; 
    font-family: Georgia, serif; 
    font-weight: normal; 
    text-decoration: none; 
    font-style: normal; 
    font-variant: normal; 
    text-transform: none; 
    background-image: linear-gradient(to right, rgb(177, 244, 167) 0%, rgb(40, 216, 77) 50%, rgb(151, 255, 168) 100%); 
    box-shadow: rgb(0, 0, 0) 5px 5px 15px 5px; 
    border: 2px solid rgb(28, 110, 164); 
    display: inline-block; */

    
    width: 60px;
    height: 30px;
    text-align: center;
    align-items: center;
    padding: 1px;
    margin: 2px 2px;
    margin-right: 10px;
    /* background-color: pink; */
    border-radius: 5px;
    color: rgb(0, 0, 0);
    /* font-size: 16px;  */
    line-height: 16px; 
    border-radius: 10px; 
    font-family: Georgia, serif; 
    font-weight: normal; 
    text-decoration: none; 
    font-style: normal; 
    font-variant: normal; 
    text-transform: none; 
    background-image: linear-gradient(to right, rgb(177, 244, 167) 0%, rgb(40, 216, 77) 50%, rgb(151, 255, 168) 100%); 
    box-shadow: rgb(0, 0, 0) 5px 5px 15px 5px; 
    border: 2px solid rgb(28, 110, 164); 
    display: inline-block;
}

.btn:hover {
background: #B1F4A7; }
.myButton:active {
background: #97FFA8; }



.center {
    display: flex;
    justify-content: center;
    margin: 20px;

}

.the-word {
    margin-top: 4px;
    margin-left: 20px;
    font-size: 35px;
}

.joepie {
    min-height: 60px;
}

/* niet meer nodig de volgende > */
#wordo {
    padding: 10px;
    margin: 4px;
}
/*even weggehaald omdat niet gebruikt lijkt*/
#score {
    background-color: #F7F2D4;
    height: 60px;
    width: 60px;
    border: 4px solid #190934;
    margin: 20px;
    display: none;
    
    
}

/* #call-to-action {
    min-height: 50px;
} */
/* .header {
    display: flex;
    justify-content: space-around;
} */

#wrappie {
    display: flex;
    justify-content: space-around;
    margin: 30px;
}

.dots {
    margin: 12px 10px;
}

.btn-flex {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.start-btn1 {
    text-align: center;
    align-items: center;
    width: 60px;
    height: 40px;
    text-align: center;
    align-items: center;
    padding: 1px;
    margin: 2px 2px;
    /* background-color: pink; */
    border-radius: 5px;
    color: rgb(0, 0, 0);
    /* font-size: 16px;  */
    line-height: 16px; 
    border-radius: 10px; 
    font-family: Georgia, serif; 
    font-weight: normal; 
    text-decoration: none; 
    font-style: normal; 
    font-variant: normal; 
    text-transform: none; 
    background-image: linear-gradient(to right, rgb(177, 244, 167) 0%, rgb(40, 216, 77) 50%, rgb(151, 255, 168) 100%); 
    box-shadow: rgb(0, 0, 0) 5px 5px 15px 5px; 
    border: 2px solid rgb(28, 110, 164); 
    display: inline-block;
}
/* #word-div {
    display: flex;
    justify-content: center;
    margin: 80px;
} */

.boom {
    color: pink;
    font-size: 2rem;
    font-weight: bold

}

#yesboi {
    display: flex;
    justify-content: center;
    height: 100px;
}

#hint-div {
    margin: 15px;
}

/* #word-wrapper {
    display: flex;
    justify-content: space-between;
    margin: 20px;
} */
#word-wrapper {
    margin-top: 80px;
}

#img-div {
    
    display: flex;
    justify-content: center;
    min-height: 80px;
    
}

#img {
    margin-top: 20px;
    margin: 10px;
}
.ghost {
    color: black;
    
    display: flex;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    background: #A43214;
    background: -moz-linear-gradient(left, #A43214 0%, #FE5E40 50%, #F44012 100%);
    background: -webkit-linear-gradient(left, #A43214 0%, #FE5E40 50%, #F44012 100%);
    background: linear-gradient(to right, #A43214 0%, #FE5E40 50%, #F44012 100%);
    justify-content: center;
    align-items: center;
    border: 2px solid #F7F2D4;
}

.good {
    color: black;
    
    display: flex;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    background: #25DD19;
    background: -moz-linear-gradient(left, #25DD19 0%, #15B208 50%, #1EF426 100%);
    background: -webkit-linear-gradient(left, #25DD19 0%, #15B208 50%, #1EF426 100%);
    background: linear-gradient(to right, #25DD19 0%, #15B208 50%, #1EF426 100%);
    justify-content: center;
    align-items: center;
    border: 2px solid #F7F2D4;
}

@keyframes moveTitle {
    0% {
        transform: translateY(-100px) 
    }

    /* 50% {
        transform: translateX(-50px)
    } */

    100% {
        transform: translateY(0px) ;
    }
}

