body{
    margin: 0;
    padding: 0;
    background-color: rgb(22, 203, 16);
}
.site-boot {
    height: 100vh;
    background-color: inherit;
    padding: 0%;
}
.site-holder {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.basico-holder {
    width: 500px;
    height: 100%;
    background-color: rgb(22, 203, 16);
    
}

.centro {
    width: 100%;
    height: 84%;
    background-image: url(../imagem/careca.jpg);
    background-repeat: repeat;
    background-position: center center;
}
.mogus-holder {
    width: 100%;
    height: 19%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mogus-mini {
    width: 45%;
    filter: drop-shadow(2px 13px 5px #ecd9b7);
}
.meio {
    width: 100%;
    height: 81%;
    /* background-color: #60046a; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  
}
#sussuarana {
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 0px;
    border-radius: var(--amongusCircleBaixo);
    padding-bottom: 10px;
}
.formulario {
    height: 86%;
    width: 100%;
    /* background-color: coral; */
}
#amongusinreallife {
   padding-left: 10px;
   padding-top: 10px;
   border-bottom: 0px;
   border-radius: var(--amongusCircleCima);
}
:root {
    --tameimpala:  rgba(11, 220, 220, 0.8);
    --amongusCircleCima: 5px 5px 0px 0px;
    --amongusCircleBaixo: 0px 0px 5px 5px;
    --amongusBorder: 3px solid rgb(18, 150, 150);
}
.texto-titulo {
    width: 85%;
    height: 7%;
    /* background-color: bisque; */
    display: flex;
    justify-content: center;
    align-items: end;
    font-size: large;
    font-weight: bold;
    background-color: var(--tameimpala);
    border: var(--amongusBorder);
    border-bottom: 0px;
    border-radius: var(--amongusCircleCima);
}
.pergunta {
    height: 7%;
    width: 85%;
    display: flex;
    justify-content: center;
    background-color: var(--tameimpala);
    border: var(--amongusBorder);
    border-top: 0px;
    border-radius: var(--amongusCircleBaixo);
}
p {
    margin: 0%;
}
.form {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
}
.tameimpala {
    width: 100%;
    height: 50px;
    /* background-color: var(--tameimpala);
    border: var(--amongusBorder); */
}
.tameimpala76 {
    width: 100%;
    height: 76px;
    /* background-color: var(--tameimpala);
    border: var(--amongusBorder); */
    border-bottom: 0px;
    border-top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
}
#tameimpala {
    margin-bottom: 26px;
}
.input {
    width: 100%;
    height: 50px;
    border-radius: 15px 15px;
    border: solid 2px black;
}
.input:focus {
    border-color: black;
}
.input:active {
    border-color: black;
}
#renite {
    width: 105px;
    height: 35px;
    background-color: rgb(134, 211, 169);
    border: rgb(134, 211, 169) 2px solid;
    border-radius: 15px;
    transition: width 0.01s;
    transition: border-color 0.01s;
    display: flex;
    justify-content: center;
    align-items: center;
}
#renite:active {
    width: 150px;
    border-color: rgb(16, 82, 46);
}
@media screen and (min-width: 1000px){
    .mogus-mini {
        width: 30%;
    }
}
.holder-decente {
    height: 176px;
    width: 85%;
    background-color: var(--tameimpala);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: var(--amongusBorder);
    border-radius: 5px 5px;
}
#amongusinreallife p {
    font-weight: bold;
}
.progresso {
    width: 75%;
    height: 30px;
}
.barra {
    width: 0%;
    height: 30px;
    background-image: linear-gradient(to right, #045206, #13ec1a);
    transition: width 1.5s;
    border-radius: 15px;
    border: 0px solid;
}
.campo-resposta {
    width: 85%;
    height: 50%;
    border-radius: 5px 5px;
    /* background-color: var(--tameimpala);
    border: var(--amongusBorder); */
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    text-align: center;
    font-weight: bold;
    padding-left: 15px;
    padding-right: 15px;
}
.catholder {
    z-index: 1;
    height: 0px;
    width: 100px;
    transition: height 0.5s;
}
.header {
    height: 8%;
    width: 100%;
    background-color: #0caf74;
    display: flex;
    justify-content: space-between;
    
    
}
#gato3 {
    transform: rotateX(180deg);
}
#gato5 {
    background-image: url(../imagem/pngegg.png);
    transform: rotateX(180deg);
}
#gato4 {
    background-image: url(../imagem/pngegg2.png);
    transform: rotateX(180deg);
}
#gato2 {
    background-image: url(../imagem/pngegg4.png);
    transform: rotateX(180deg);
    background-size: cover;
}
#gato1 {
    background-image: url(../imagem/pngegg3.png);
    transform: rotateX(180deg);
    background-repeat: no-repeat;
    background-size: cover;
   
}
.roda {
    text-align: center;
    transform: rotateX(180deg);
    font-size: 15px;
    align-self: center;
}
.dia-holder {
    height: 100%;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    text-align: center;
}
#paginacarta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-image: url(../imagem/fundocarta.jpg);
    flex-direction: column;
    padding-top: 50px;
    padding-bottom: 50px;
}
.mensagem1 {
    width: 85%;
    height: 200px;
    background-color: rgba(11, 220, 220, 1);
    border: var(--amongusBorder);
    border-radius: 5px 5px;
    padding: 10px;
    font-size: 15px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.destaque {
    font-size: 30px;
    font-weight: bolder;
}