*{
    margin: 0;
    border: 0;
    outline: none;
    
}
body{
    margin: 0; 
    overscroll-behavior: none;
    background: #d3d3d3;
    overflow: hidden;
    justify-content: center;
}
h1{
    font-family:Knockout-HTF47-Bantamweight, Arial, Helvetica, Roboto, sans-serif;
    font-size: 24px;
    line-height: 1.5;
    color: #0C2A4EFF;
    margin: 10px 0 20px 0;
    display: block;
}

h2{
    font-family: Knockout-HTF47-Bantamweight, Arial, Helvetica, Roboto, sans-serif;
    font-size: 42px;
    line-height: 1.4;
    color: #E0BA8BFF;
    margin: 5px 0 5px 0;
    display: block;
    text-align: center;
}
p{
    font-family: Raleway-Medium,Arial, Helvetica, Roboto, sans-serif;
    line-height: 1.2;
    font-size: 14px;
    color: white;
    white-space: pre-line;
    text-align: center;
    justify-content: center;
}
h3{
    font-family: Raleway-Medium,Arial, Helvetica, Roboto, sans-serif;
    line-height: 1.5;
    font-size: 16px;
    color: white;
    left: calc(50% - 140px);
    white-space: pre-line;
    align-items: left;
    justify-content: left;
    text-shadow: 1px 1px #222222;
}

h4{
    font-family: Knockout-HTF47-Bantamweight, Arial, Helvetica, Roboto, sans-serif;
    font-size: 48px;
    line-height: 1.5;
    color: #E0BA8BFF;
    text-align: center;
    margin: 20px 0 40px 0;
    display: block;
}

h5{
    font-family: Raleway-Medium,Arial, Helvetica, Roboto, sans-serif;
    line-height: 1;
    font-size: 32px;
    color: white;
    white-space: pre-line;
    align-items: center;
    justify-content: center;
}
.overlay{
    display: flex;
    margin: 0 auto;
    background-image: url(../img/overlay.png);
    background-origin: content-box;
    background-size: cover;
    background-repeat: no-repeat;
    position: fixed;
    display: block;
    width: 300px;
    height: 300px;
    top:10%;
    pointer-events: none;
}
.centered {
    height: 90%;
    justify-content: center;
    position: fixed;
    bottom: 0%;
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 0px auto;
    left: 0;
    right: 0;
    pointer-events: none;
}
.centered p{
    justify-content: left;
}

#init {
    font-family:Knockout-HTF47-Bantamweight, Arial, Helvetica, Roboto, sans-serif;
    display: flex;
    position: fixed;
    align-items: center;
    justify-content: center;
    background: #E0BA8BFF;
    width: 4em;
    height: 1.5em;
    border-radius: 5px;
    font-size: 42px;
    top: 80%;
    color: #0C2A4EFF;
    outline: none;
    pointer-events: auto;
}


#cruzeirodosul {
    display: none;
    align-items: center;
    justify-content: center;
    border: 2px solid white;
    background-color: transparent;
    width: 10em;
    height: 2em;
    border-radius: 2em;
    font-size: 1em;
    background-color: rgba(0, 0, 0, 0.4);
    color: white;
    outline: none;
}

#instruction {
    position: fixed;
    top: calc(10% + 320px);
    color: white;
    text-align: left;
    white-space: pre-line;
}

.banner{
    width: 100%;
}

#popup{
    width: 100%;
    height:  100%;
    top:0%;
    justify-content: center;
    align-content: center;
    display: flex;
}
.container{
    background: #0C2A4EFF;
    padding: 15px 30px;
    top:0%;
    left: 0;
    right: 0;
    position: absolute;
    display: block;
    height: 100%;
}
.btn_popup{
    background: #00000000;
    width: 40px;
    height: 40px;
    padding: 0;
    background-image: url(../img/close.png);
    background-origin: content-box;
    background-size: cover;
    background-repeat: no-repeat;
    right:0;
    top: 0;
    position:absolute;
    pointer-events: auto;
    z-index: 1000;
}
@font-face{
    font-family:"Knockout-HTF47-Bantamweight";
    src:url("../Fonts/Knockout-HTF47-Bantamweight.otf");
}

@font-face{
    font-family:"Raleway-Medium";
    src:url("../Fonts/Raleway-Medium.ttf?#iefix");
    src:url("../Fonts/Raleway-Medium.ttf") format("truetype");
}