body,html {
margin:0px;
display: grid;
height: auto;
width: auto;
justify-items: center;
background-color: #000040;
}

div.e{
    display:inline-block;
    background-color: #808080;
    margin-bottom:-4px;
    height: auto;
    width: auto;
    border: 1px solid #525252;
}
div.b{
    display:inline-block;
    background-color: #000070;
    margin-bottom:-4px;
    height: auto;
    width: auto;
    border: 1px solid #000070;
}
div.p{
    display:inline-block;
    background-color: #ffbb00;
    margin-bottom:-4px;
    height: auto;
    width: auto;
    border: 1px solid #574800;

}
div.g{
    display:inline-block;
    background-color: #00ffee;
    margin-bottom:-4px;
    height: auto;
    width: auto;
    border: 1px solid #0008ff;
}
div.f{
    display:inline-block;
    background-color: #004cff;
    margin-bottom:-4px;
    height: auto;
    width: auto;
    border: 1px solid #a1a1a1;
}
div.f, div.g, div.p, div.e, div.b{
    padding: 15px;
    max-width: 0px;
}
div#tela{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: auto;
    height: auto;
    background-color: #00fa85;
    border: 0px solid #ffa200;
}
div.jog{
    display:grid;
    justify-items: center;
    margin-bottom: 10px;
}
div.jogs{
    margin: 0px;
    padding: 0px;
    width: 505px;
    height: 505px;
}
div.bts {
    display: grid;
    justify-content: center;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    height: 100%;
}
button{
    height: 60px;
}
div.bt{
    background-color: #ffd257;
    border: 4px solid #ff6600;
    text-align: center;
    padding-top: 10px;
    margin: 2px;
    border-radius: 5px;
}
.btt{
    background-color: #4a47ff;
    border: 4px solid #0000ff;
    text-align: center;
    padding-top:;
    margin: px;
    border-radius: 5px;
}
div.titulo{
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    background-color: #ffd257;
    border: 4px solid #ff6600;
    color: #ff6600;
    width: 98%;
    text-align: center;
}
h1{
    margin: 5px;
}
.hidee{
    display: none;
}
.hidees{
    font-family: arial;
    width: 100%;
    background-color: #131376;
    text-align: center;
    color: #ff6600;
}
.levcon{ 
}
.lvperfect{
    background: linear-gradient(45deg, black, transparent);
    background-image: linear-gradient(#ffff00, #ff8800);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-weight: 900;
}
.nexlev{
    display: grid;
    grid-template-columns: 1fr 2fr;
}
.nexlev a{
    margin: 3px;
    text-decoration: none;
    background-color: #ffd257;
    color: #ff6600;
    border: 3px solid #ff6600;
    padding: 10px;
    border-radius: 10px;
    font-weight: 900;
    text-transform: uppercase;
}
div.pft{
    a:a;
}
div.jgd{
    a:a;
}
.jgdpft{   
    display: flex;
    justify-content: space-between;
    width: 90%;
    color: white;
    font-family: arial;
    position: relative;
    bottom: 20px;
    margin: 0px;
    height: 0px;
       }





