* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Space Grotesk', sans-serif;
    line-height: 1.3;
    background-color: black;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
}

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

.h1 {
    font-weight: 300;
    margin-bottom: 1rem;
    font-size: calc(90px + (90 - 36) * (100vw - 1440px)/ (1440 - 320));
    overflow: hidden;
    position: relative;
    z-index: 10;
}