html {
    scroll-behavior: smooth;
    font-family: var(--font);
}

body {
    width: 100%;
    min-height: 100vh;
    background: var(--color_dark_blue);
    padding: 20px;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

h1 {
    font-size: 2rem;
}

h2 {
    font-size: 1rem;
}

h3 {
    font-size: .96rem;
}

p, li {
    font-size: .9rem;
}