@charset "UTF-8";
*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
body{
    background-image: linear-gradient(to bottom, #2e36d3, #4e4ebd);
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: rgb(226, 223, 223);
    font-size: 20pt;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
#pai{
    text-align: center;
    margin: 20px;
}
p{
   margin-top: 10px;
}
img{
    border-radius: 10px;
}

/*
    header pra baixo
*/
a{
    background-color: #070d86;
    text-decoration: none;
    color: rgb(226, 223, 223);
}

article.filho{
    background-color: #070d86;
    text-align: center;
    border: 1px solid white;
    padding: 20px;
    margin: 20px;
    border-radius: 25px;

}
