section{
    margin-top: 5%;
}
article{
    max-width: 80%;
    margin: auto;
}
h2{
    text-align: center;
    margin-bottom: 40px;
}
h3{
    margin-top: 50px;
    font-weight: bold;
}
article p{
    margin-left: 20px;
}
article a{
    text-decoration: underline;
}