html, body{
    padding: 0;
    margin: 0;
    background-color: #eaeaea;
    overflow-x: hidden;
}
main>section{
    padding-bottom: 40px !important;
}
main>section>header, main>section>article{
    max-width: 95%;
    margin: auto;
    text-align: justify;
}
main>section>header{
    font-size: 36px;
    font-family: "Century Gothic";
    color: rgb(10, 10, 10);
    font-weight: bold;
    text-shadow: -4px 2px 0 #bbb;
    text-align: left;
    width:1200px;
    background: initial;
}
main>section>header>div{
    border-bottom-style: solid;
    border-bottom-width: 5px;
    border-bottom-color: #000;
    width: max-content;
    padding: 0 25px;
    margin: 50px 0;
    text-align: center;
}
main>section>article{
    font-size: 22px;
    font-family: "Century Gothic";
    padding: 0 30px;
    box-sizing: border-box;
    width:1200px;
}
main>section>div{
    max-width: 100%;
    width:1200px;
    margin: auto;
}