

body {
    text-align: center;
    background-color: rgba(231, 233, 239, 0.944);
}

.imagemLogo {
    border-radius: 50%;
}

.titulo {
    color: orangered;
}

.input {
    text-align: center;
}

.botao {
    height: 40px;
    width: 100px;
    background-color: orangered;
    border: 0;
    font-size: 15px;
    color: whitesmoke;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    border-radius: 10px;
    cursor: pointer;
    
}
