/* Fonts */

@font-face {
    font-family: 'ComicSans';
    src: url('fonts/ldfcomicsans-font/Ldfcomicsans-jj7l.ttf');
    font-weight: normal;
}

@font-face {
    font-family: 'ComicSans';
    src: url('fonts/ldfcomicsans-font/Ldfcomicsansbold-zgma.ttf');
    font-weight: bold;
}

@font-face {
    font-family: 'ComicSans';
    src: url('fonts/ldfcomicsans-font/Ldfcomicsanslight-6dZo.ttf');
    font-weight: 300;
}

@font-face {
    font-family: 'ComicSans';
    src: url('fonts/ldfcomicsans-font/Ldfcomicsanshairline-5PmL.ttf');
    font-weight: 100;
}

/* Rest */
body {
    margin: 0;
    padding: 0;
    background-color: #660033;
    color: #f0f0f0;

}

#author-img {
    width: 100%;
    height: 100vh;
    object-fit: contain;
    object-position: center;
    display: block;
}

header {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#hero-banner {
    margin: 0 20px;
    font-family: 'ComicSans', sans-serif;

}

nav ul {
    display: flex;
    list-style: none;
    gap: 20px;
    margin: 0;
    padding: 0;
}

nav ul a {
    color: #f0f0f0;
    text-decoration: none;

}
