body {
    background-color: #ace5ee;
    
    font-family: "Segoe UI";
    color: black;
    background-attachment: fixed;
}

h1 {
    text-align: center;
}

.text-obrigado {
    color:black;
    font-size: 50px;
    text-align: center;
    margin-left: 50px;
}

.p-title {
    color: white;
    font-size: 50px;
    margin-left: 50px;
}

p {
    font-size: 13.5px;
}

.imag {
    border: 2px #000000 solid;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

fieldset {
    padding: 16px;
    border-color: gray;
}

legend {
    font-size: 19px;
}

textarea {
    resize: none;
}

label {
    font-size: 14.5px;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.button {
    background-color: #03787c;
    border: none;
    color: white;
    padding: 30px 64px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    display: block;
    margin-left: auto;
    margin-right: 40px;
}

    .button:hover {
        background-color: #014446;
    }

a {
    text-decoration: none;
}
.div-pergunta {
    background-color: #e6f1f1;
    border: none;
    margin-left: 50px;
    margin-right: 50px;
}
.div-titulo {
    background-color: #03787c;
}

.div-obrigado {
    background-color: #e6f1f1;
    margin-left: 50px;
    margin-right: 50px;
}

.div-hora {
    margin-left:50px;
}

.radio {
    margin-left: 20px;
}

legend {
    
}

.div-main {
    margin-left: 150px;
    margin-right: 150px;
    background-color: #e6f1f1;
}

textarea {
}

