
body {
    background-image: url("/imagens/Cópia\ de\ logo\ em\ branco\ \(positivo\).png");
}

main {
    display: flex;
    justify-content: center;
}

.title {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 30px;
}

article {
    margin: 15px;
    background: white;
    padding: 15px;
    max-width: 700px;
    min-width: 320px;
    min-height: max-content;
    border: 4px solid #3B72CC;
    box-shadow: black 2px 2px 10px; 
}

section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}



footer {
    margin: 0px;
    padding: 5px;
}

hr {
    color: #FF2B48;
    background: #FF2B48;
}

li {
    margin: 15px;
}