body.black {
    background-color: #101728;
}
h1{
    font-family: 'Trebuchet MS', sans-serif;
    font-size: 2.5rem;
    color: #00569B;
    text-align: center;
}
article {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    text-align: center;
    color: #505050;
    font-size: 1.5rem;
    padding-left: 20%;
    padding-right: 20%;
}
article.black {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    text-align: center;
    color: white;
    font-size: 1.5rem;
    padding-left: 20%;
    padding-right: 20%;
}
h2 {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: #00569B;
    text-align: left;
    font-size: 2rem;
    padding-left: 3%;
}
h3 {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    text-align: left;
    color: #505050;
    font-size: 1.5rem;
    padding-left: 5%;
    padding-top: 2%;
}
p {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    text-align: left;
    color: #505050;
    font-size: 1.2rem;
    padding-left: 6%;
    padding-right: 20%;
    padding-bottom: 2%;
}
p.black {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    text-align: left;
    color: white;
    font-size: 1.2rem;
    padding-left: 6%;
    padding-right: 20%;
    padding-bottom: 2%;
}
.container {
    display: flex;
    justify-content: space-between;
    padding-left: 10%;
    padding-right: 10%;
}
hr {
    display: flex;
    width: 95%;
}
button {
    background-color: #00569B;
    color: whitesmoke;
    border-radius: 5px;
    font-size: 1.5em;
}
.botao {
    background-color: black;
    color: antiquewhite;
}
img {
    padding-left: 5%;
}
a {
    text-decoration: underline;
    font-weight: bold;
    color: #00569B;
}
a:visited {
    color: #4d4dff;
}
a.card-link {
    text-decoration: none;
}
#email {
    text-align: center;
    padding: 0%;
}
.div {
    display: flex;
    justify-content: center;
    align-items: center;
    justify-items: auto;
    padding-top: 20%;
}
.card {
    border-radius: 5px;
    box-shadow: 7px 7px 13px 0px rgba(50, 50, 50, 0.22);
    padding: 30px;
    margin: 20px;
    width: 350px;
    transition: all 0.3s ease-out;
    font-family: sans-serif;
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 12;
}
.card:hover {
    transform: translateY(10px);              
}
.child {
    position: absolute;
    right: 0;
    top: 0;
    padding: 30px;
}