.first {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 10;
    position: relative;
    margin-bottom: 20vh;
    padding-top: 30vh;
}

.first h1 {
    font-size: 5rem;
    color: var(--main-text);
}

.first h4, p {
    font-size: 1rem;
    color: var(--second-text);
}

.first a {
    font-size: 1rem;
    color: var(--third-text);
    text-decoration: none;
}

nav {
    top: 10px;
}