
body {
    font-family: Arial, sans-serif;
    background-color: #f2f2f2;
    margin: 0;
    padding: 0;
}


h1 {
    display: flex;
    justify-content: center;
    font-size: 24px;
    color: #181818;
    margin-top: 20px;
    margin: 20px 40% 0px 40%;
    background-color: white;
    padding: 10px 15px;
    border-radius: 30px;
    text-align: center;
    box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.473);
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
    font-weight: 700;
}

h3 {
    display: flex;
    justify-content: center;
    font-size: 18px;
    color: #666;
    margin-top: 15px;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
}

p{
    display: flex;
    justify-content: center;   
    font-size: 16px;
    color: #444;
    line-height: 1.5;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}

.conteudo {
    background-color: #fff;
    padding: 20px;
    margin: 20px auto;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.295);
    width: 800px;
}

h2 {
    display: flex;
    justify-content: center;
    font-size: 24px;
    color: #333;
    margin-top: 20px;
    margin: 20px 30% 0px 30%;
    background-color: white;
    padding: 20px 0;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.473);

}