ul {
    display: flex;
    flex-direction: column;
}

header {
    padding-left: 3vw;
    padding-right: 3vw;
}

section {
    padding-left: 3vw;
    padding-right: 3vw;
    padding-bottom: 50px;
}

p {
    font-size: 18px;
    line-height: 1.35;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 24px; 
}

a, button {
    font-size: 18px;
}

a{
}

* {
    font-family: "DM Sans";
    color:#001251;
}

h1, h2, h3, h4 {
    font-size:24px;
    font-family: "Atyp";
    font-weight: 400;
    word-wrap: break-word;
}

