@import url(./index.css);

.navbar .logo{
    text-align: center;
}

#confirmacao{
    width: 50%;
    margin: 70px auto;
}

.texts{
    color: var(--secondary-color) !important;
    font-weight: 700;
    font-size: 18px;
    background-color: var(--white-color);

    border: 2px solid var(--secondary-color);
    border-radius: 16px;

    padding: 60px 30px;
}

h1{
    color: var(--secondary-color);
    margin-bottom: 20px;
}

@media only screen and (max-width: 768px){
    #confirmacao{
        width: 90%;
        margin: 70px auto;
    }
}