body {
    font-family: "Ubuntu", "Helvetica";
}

.calculadora {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgb(191, 248, 229);
    box-shadow: 2px 2px 2px rgba(0, 255, 30, 0.636);
}

.entrada {
    max-width: 350px;
    margin-top: 20px;
}

.convertido {
    background-color: rgb(221, 221, 221);
    padding: 15px;
    border-radius: 154px;
    box-shadow: 3px 3px 3px rgba(91, 118, 169, 0.636);
}

.texto {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: rgb(2, 43, 29);
    font-size: x-large;
    font-weight: bolder;
}    

.corpo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: bisque;
    margin: 20px;
    border-radius: 15px;
    padding: 10px;
}

.titulo {
    text-align: center;
    color:rgb(141, 78, 0);
    font-weight: bolder;
    background-color: rgb(239, 205, 163);
    border-radius: 5px;
    padding: 5px;
    margin-top: 10px;
}

.algmaya {
    width: 100%;
    border-radius: 10px;
}

.img {
    text-align: center;
}

.explicacao {
    text-align: center;
    background-color: whitesmoke;
    margin-top: 10px;
    padding: 10px;
    border-radius: 25px;
}

.explicanivel {
    margin-bottom: 15px;
}

.calculosnivel {
    margin-bottom: 15px;
}

.imagemalgarismos {
    background-color: white;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    padding: 5px;
    border-radius: 15px;
}