*{
    box-sizing: border-box;
}

body{
    width: 100%;
    padding: 0;
    margin: 0;
    color: #353535;
}

/*--------------HEADER--------------- */

header{
    width: 100%;
    background-color: #15213E;
    height: auto;
}

header h1{
    font: 500 3vw/1.2em "Trebuchet MS";
    text-align: center;
    margin: 30px 0;
    color: white;
}

header img{
    width: 100%;
    margin-bottom: -4px;
    display: block;
}

/*--------------MAIN--------------- */

main{
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    margin-top: 50px;
    margin-bottom: 50px;
}

section{
    width: 100%;
    max-width: 1200px;
    align-self: center;
    padding: 20px;
}

section h2{
    font: 600 1.3em/1.2em "Trebuchet MS";
}

section p{
    font: 500 1em/1.3em "Trebuchet MS";
    text-align: justify;
    margin: 10px 0;
}

section ul li{
    font: 500 1em/1.3em "Trebuchet MS";
    text-align: justify;
    margin: 10px 0;
}