*{
    margin: 0;
    padding: 0;
}

  body { 
      margin: 0px; 
      overflow: hidden; 
    }
    .arrow { 
        position: absolute; background: none; width: 3em; height: 3em; 
    }
    #uArrow { 
        top:0px; width: 100%; 
    }
    #dArrow { 
        bottom:0px; width: 100%; 
    }
    #lArrow { 
        left:0px; height: 100%; 
    }
    #rArrow { 
        right:0px; height: 100%; }


/* PLAYER LEVEL  */

#levelSection { 
    display:none;
    background-image: url(images/BuildingsBg.png);
    background-size: cover;
    background-repeat: no-repeat;
    width:100vw;
    height: 100vh;
    z-index:100;
    position:absolute;
    padding-top: 15%;
    top:50%;
    transform:translateY(-50%);
    text-align:center;


}
#levelContainer { 
    font-size:4em;
    font-weight:bold;
    font-family: "hwt-gothic-round",sans-serif; 
    color:white;
    
}
input[type=text] {
    margin-top: 10px;
    border: 2.5px solid #3954A5;
    border-radius: 12px;
    height: 40px;
    width: 300px;
    background: none;
    color: white;
    font-size: 1.5em; 
    font-family: "hwt-gothic-round",sans-serif; 
    text-align: center;
}
input[type="submit"] {
    border: 2.5px solid #3954A5;
    border-radius: 12px;
    background: #3954a5a2;
    width: 300px;
    color: white; 
    font-family: "hwt-gothic-round",sans-serif; 
    font-size: 1.3em; 
    letter-spacing: 1px;
    padding: 8px;
    margin-top: 10px;
}
label {
    font-size: 30px;
    font-family: "hwt-gothic-round",sans-serif;
    color: rgb(250, 250, 250);
}
#userLabel{
    color: #3954a5a2;
}

H1, h2, h3{
    font-family: "hwt-gothic-round",sans-serif;
    color: rgb(250, 250, 250);
}
#highest{
    font-family: "hwt-gothic-round",sans-serif;
    color:  #3954A5;
    font-size: 25px;
}
h1{
    font-size: 80px;
    color: #3954A5;
    margin-bottom: 50px;
}
h2, h3{
    letter-spacing: 1px;
    margin-top: 20px;
}
#box1{
    width: 15%;
    margin: auto;
    background-color: #3954a5a2;
    padding: 30px;
    border-radius: 12px;
}
#levelForm{
    margin-top: 80px;
}
