@font-face {
    font-family: 'Makcasa';
    src: url('/font/Makcasa-Regular.otf') format('opentype');
}
@font-face {
    font-family: 'Eternalo';
    src: url('/font/Eternalo.ttf') format('truetype');
}
html, body {
    margin: 0;
    padding: 0;
}

body {
    min-height: 100vh;
    background-image: url("/img/halfCentury.webp");
    background-size: cover;
    background-repeat: no-repeat;
}

nav a {
    margin: 5%;
    font-family: 'Makcasa';
    color: white;
    font-size: 3vw;
    text-decoration: none;
}

article {
    color: white;
    font-family: 'Makcasa';
    font-size: 3vw;
    margin: 10%;
}

article span {
    font-family: 'Eternalo';
}

@media (min-width: 320px) {
    article {
        font-size: 4vw;
    }
}

