@charset "UTF-8";

* {
    margin: 0px;
    padding: 0px;
    position: relative;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    
}

main {
    min-width: 100vw;
    min-height: 100vh;
    position: absolute;
}

#texto {
   margin: 50px; 
   text-align: center;
}

.calcular {
    color: rgb(255, 238, 153);
    background-color: rgb(191, 101, 101);
    width: 310px;
    height: 100px;
    border-radius: 10px;
    left: 7%;
    top: 10%;
}

#texto {
    text-align: center;
   
}

#fundo {
    background-color: rgb(110, 255, 170);
    border-radius: 20px;
    width: 50%;
    left: 30%;
    width: 350px;
    height: 510px;
    background-position: center;
    box-shadow: 0px 5px 2px 0px black;
}

 button{
    border-radius: 5px;
    left: 8%;
    top: 15%;
    width: 70px;
    height: 70px;
    margin: 2px;
    background-color: rgb(255, 249, 80);
}

button:hover {
    color: rgb(255, 0, 0);
    background-color: black;

}

.sinal {
    background-color: rgb(68, 231, 231);
}

 #igual {
    
   height: 150px;
   top: 2%;
   background-color: chocolate;
    
}

#igual:hover {
    background-color: black;
}

#vs {
    top: 10%;
}



