body, html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    width: 100%;
}
header, main{
    max-width: 1300px;
    margin: 0 auto;
    padding: 70px 20px 0px 20px;
}
li {
    color: #fff;
    font-family: "Open sans", serif;
    font-size: 16px;
}
button {
    color: var(--lightest-gray);
    font-family: "Open sans", serif;
    background-color: var(--accent-blue);
    border: none;
    padding: 12px;
    text-align: center;
    font-size: 16px;
    border-radius: 4px;
    box-shadow: 2px 3px 5px hsla(220, 82%, 4%, 0.3);
    transition: 0.2s ease-in;
}
p {
    font-family: "Open sans", serif;
    font-weight: 400;
}
nav {
    display: flex;
    justify-content: space-between;
}
.footer a {
    color: #fff;
}
.illustration {
    width: 100%;
}
.text-style {
    font-family: "Open sans", serif;
    color: var(--primary-dark-blue);
    font-size: 16px;
}

/* ---- ACTIVE ---- */
.hide {
    display: none;
}
