body {
    font-family: Inter;
    font-weight: 600;
    background: #0C0C1A;
    color: #EFEAFF;
    overflow: hidden;
}

main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

h1 {
    font-size: 7.5rem;
    margin-bottom: 20px;
}

h2 {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 20px;
    letter-spacing: 0.3rem;
}

a {
    color: inherit;
    text-decoration: inherit;
}