body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'Montserrat', sans-serif;
    background-color: #292b2c;
    color: #ffffff;
}

h1 {
    font-size: 4rem;
    font-weight: 700;
    font-display: swap;
}

a {
    color: #a357ff;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}
