@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;
}

.container {
    position: absolute;
    background-image: url("/img/books.webp");
    background-size: cover;
    width: 100vw;
    height: 100vh;
    overflow: auto;
}

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

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

.stats, .books {
    font-family: 'Eternalo';
}

.books .author {
    font-size: 3vw;
}

.books .book {
    font-size: 2vw;
    padding-left: 2vw;
}

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

    .books .book {
        font-size: 3vw;
        padding-left: 2vw;
    }


}
