#landing-page {
    padding: 2rem;
    width: 100%;
    display: block;
    position: relative;
}

#background-text {
    width: 100vw;
    height: 200%;
    position: absolute;
    overflow: hidden;
    top: -25px;
}

#background-text-holder {
    font-size: 4rem;
    color: var(--light);
    opacity: 0.02;
    position: absolute;
    display: block;
    font-weight: 1000;
    text-transform: uppercase;
    width: 130vw;
    left: -15vw;
    align-self: center;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.large-text h1 {
    font-size: 4rem;
}

.call-to-action {
    margin: 4.4rem 0 0 0;
    text-align: center;
}

.call-to-action a {
    padding: 0.75rem;
    font-size: 1.25rem;
    font-weight: bold;
    background-color: var(--accent);
    border-radius: 5px;
    box-sizing: border-box;
}

.call-to-action a:hover {
    text-decoration: none;
}