.butao{
    
    width: 10rem;
    padding: 1rem;
    border-style: initial;
    color:azure;
    background-color:orangered;
    border:black;
    border-width: 0.2rem;
    border-style:double;
    border-top-style:groove;
    border-right-style: groove;
    border-top-left-radius: 5%;
    border-top-right-radius: 5%;
    border-bottom-left-radius: 5%;
    border-bottom-right-radius: 5%;
    margin-top:2rem;
    
    
}

.sysButao{
    width: 12rem;
    padding:1rem;
    border-style:dashed;
    color:black;
    border-width: 1rem;
    background-color:azure;
    border:black;
    border-style:double;
    border-top-style:groove;
    border-right-style: groove;
    border-top-left-radius: 5%;
    border-top-right-radius: 5%;
    border-bottom-left-radius: 5%;
    border-bottom-right-radius: 5%;
     
    display:inline-block;
    
}
.caixa{
    padding:1rem ;
}

.background{
    background-color: azure;
    color:black;
    
}
.espaco{
    border-width: 1rem;
    border-color: black;
}

.textoHead{
    background-color: azure;
    width: fit-content;
    border-radius: 15%;
    color:black;
    padding: 0.1rem;
    margin-right:auto ; 
    display:inline-block;
    margin-right: 80%;
}

.infoPoke{
    color:crimson;
    background-color:white;
    border-style:solid;
    border-radius: 20%;
    border-width: 0.2rem;
    border-color: black;
    padding: 1rem;
    width: fit-content;
    visibility: hidden;
    
}

.imgPoke{
    width:fit-content;
    height:fit-content;
    visibility:initial;
     
}