#start-screen {
    background-color: transparent;
    background-image: url("images/start.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.title-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-size: 50px;
    transform: translate(235px, 200px);
}

#play {
    display: flex;
    justify-content: center;
    padding: 10px;
    background-color: grey;
    color: white;
    max-width: 100px;
    transform: translate(650px);
}

#screen1 {
    background-color: transparent;
    background-image: url("images/email.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#name {
    font-size: 50px;
    color: blue;
    transform: translate(150px, 120px);
}

#link {
    color: rgb(126, 187, 207);
    transform: translate(175px, 300px);
    text-decoration: underline;

}

#email-text {
    transform: translate(200px, 220px);
}

#email-text2 {
    transform: translate(200px, 300px);
}

#screen2 {
    background-color: transparent;
    background-image: url("images/comp.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#hide {
    display: none;
    background-color: #1b466f;
    color: rgb(231, 234, 243);
    padding: 8px;
    border-radius: 4px;

}
.container1, .container2, .container3, .container3, .container4, .container5, .container6, .container7, .container8 {
    width: 100%;
    height: 100vh;
}

#popUp1, #popUp2, #popUp3, #popUp4, #popUp5, #popUp6, #popUp7, #popUp8 {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 400px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 5px 10px 5px rgba(64, 66, 67, 0.367);
}

#popUp2 {
    top: 25%;
    left: 75%;
}

#popUp3 {
    top: 46%;
    left: 15%;
}

#popUp4 {
    top: 67%;
    left: 76%;
}

#popUp5 {
    top: 77%;
    left: 35%;

}

#popUp6 {
    top: 47%;
    left: 56%;

}

#popUp7 {
    top: 25%;
    left: 40%;

}

#popUp8 {
    top: 71%;
    left: 82%;

}

.offer-text{
    padding: 20px 40px 40px 40px;
    font-size: 14px;
    line-height: 22px;
    color: black;
}

.offer-text h2{
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 10px;
}
.offer-text small {
    display: inline-block;
    color: #ff2b4e;
    font-weight: 600;
    margin-bottom: 20px;
}

#close1, #close2, #close3, #close4, #close5, #close6, #close7, #close8 {
    position: absolute;
    top: 8px;
    right: 8px;

    width: 18px;
    height: 18px;
    padding: 0;

    border: none;
    outline: none;
    cursor: pointer;

    background: rgba(255,0,0,0.4); 
    color: #fff;
    border-radius: 50%;

    font-size: 18px;
    line-height: 28px;
    text-align: center;
}

#dialogue-box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,0.5);
    color:white;
    padding: 20px;
    box-sizing: border-box;    font-family: sans-serif;
    border-top: 2px solid #fff;
}

#game, #number {
    position: relative;
    width: 400px;
    height:600px;
    border: 2px solid black;
    margin: auto;
    background-color: #222;
}

#rhythm-game {
    min-height: 800px;
    display: block;
}

.lane-indicator {
    position: absolute;
    bottom: 0;
    width: 100px;
    height: 40px;
    text-align: center;
    color: white;
    font-weight: bold;
}

.note {
    position: absolute;
    width: 100px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 30px;
    color: white;
    background:rgba(255,255,255,0.2);
    border: 1px solid white;
    border-radius: 6px;
}

.screen {
    position: relative;
    min-height: 100vh;
    width: 100%;
}

#game {
    position: relative;
    overflow: hidden; 
    width: 400px;
    height:600px;
    border: 2px solid black;
    margin: auto;
    background-color: #222;
}

.button {
    background-color: #1b466f;
    color: rgb(231, 234, 243);
    padding: 8px;
    border-radius: 4px;

}

body {
background: #111;
color: black;
font-family: Arial, sans-serif;
text-align: center;
margin: 0;
}

/*

#game-area {
    position: absolute;
    width: 60px;
    height: 60px;
    background: #ff2b4e;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-weight: bold;
    color: transparent;
    border: 3px solid white;
}

.target {
position: absolute;
width: 60px;
height: 60px;
background: red;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
font-size: 30px;
font-weight: bold;
color: transparent; 
border: 3px solid white;
}


#bow {
position: absolute;
bottom: 10px;
left: 370px;
width: 60px;
height: 60px;
background: url(); 
background-size: contain;
background-repeat: no-repeat;
}


.arrow {
position: absolute;
width: 5px;
height: 20px;
background:yellow;
}


#inputs {
margin-top: 20px;
}


.letter-box {
width: 40px;
height:40px;
font-size: 22px;
text-align: center;
margin: 5px;
}
/*