body{
    background-image: url("../img/fundoSimples.jpg");
}

.modalWrapper{
    margin-top: 20px;
    padding: 20px;
}

.modalPrincipal{
    border: 3px solid #5f0d11;
    background-color: white;
    padding: 5px;
}

#logoCentral{
    width: 60%;
    margin-top: 25px;
}

h1{
    text-transform: uppercase;
    font-size: 30px;
    margin: 15px;
    letter-spacing: 2px;
    font-weight: 500;
}