body {
    font-family: "Futura Extra Bold";
}

.parallax {
    height: 15vh;
}

.content {
    padding: 5rem 3rem;
    gap: 3rem;
}

.content h1 {
    align-self: baseline;
    font-size: 4rem;
    margin-bottom: 2rem;
}

footer {
    z-index: 1000;
}

#top-right-svg {
    position: absolute;
    top: 6%;
    width: 35%;
    right: 0;
}