body {
    background-color: black;
    color: white;
}

.nav {
    display: grid;
    grid-template-columns: repeat(auto-fill, 100px);
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 2fr;
    grid-template-rows: minmax(300px, max-content);
    margin-bottom: 0%;
}

a {
    text-decoration: none;
    color: inherit;
}

.pages {
    padding-top: 3vw;
    font-family: area-normal, sans-serif;
    font-weight: 100;
    font-size: 1vw;
    font-style: normal;
    color: white;
}

.pages:hover {
    color: red;
    font-weight: 600;
}

.logo {
    font-family: dico-sans-soft, sans-serif;
    font-weight: 800;
    font-style: normal;
    text-align: right;
    font-size: 700%;
    color: red;
    letter-spacing: -16px;
    margin-top: -2vw;
    margin-right: 1vw;
    text-shadow: 0 0 1vw red;
    filter: blur(0.05vw);
}

h1 {
    font-family: area-normal, sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 10vw;
    margin-top: -12vw;
    margin-bottom: 0;
    letter-spacing: -22px;
}

p {
    font-family: area-normal, sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-top: 0;
    width: 40%;
}

img {
    height: 30%;
    width: 30%;
}
