
@font-face {
  font-family: 'Norwester';
  src: url('https://cdn.jsdelivr.net/fontsource/fonts/norwester@latest/latin-400-normal.woff2') format('woff2');
}

body {
    margin: 0;
    padding: 0;

    background-image: url('/media/maxresdefault.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;

    min-height: 100vh;
}

.menu {
    position: fixed;
    bottom: 30px;
    left: 30px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.menu a {
    color: black;
    font-size: 22px;
    font-family: 'Norwester', sans-serif;
    margin: 0;
    text-align: left;
}
