#contact {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    top: calc(5vh + 360px);
}

#contactArticle {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    height: max(600px, 75vh);
    width: calc(100% - max(15vw, 60px));
    max-height: 1000px;
    background: rgba(15, 15, 15, 0.85);
    border-radius: 50px;
}

#contactArticle > h1 {
    text-decoration: none;
    color: white;
    background: linear-gradient(1deg in oklab, hsla(295, 100%, 70%, 0.7), hsla(295, 100%, 50%, 0.7));
    filter: drop-shadow(2px 2px 1px hsla(295, 100%, 70%, 0.3));
    padding-left: 10px;
    padding-right: 10px;
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 60px;
    color: transparent;
    font-size: min(8vw, 128px);
    font-weight: 900;
    font-style: italic;
    margin: 0;
    z-index: 0;
}

#contactArticle1 {
    text-decoration: none;
    color: white;
    background: linear-gradient(1deg in oklab, hsla(227, 58%, 65%, 0.7), hsla(218, 41%, 41%, 0.7));
    -webkit-background-clip: text;
    filter: drop-shadow(2px 2px 1px hsla(218, 41%, 41%, 0.3));
    background-clip: text;
    color: transparent;
    font-size: min(4vw, 32px);
    font-weight: 900;
    font-style: italic;
}

#contactArticle2 {
    text-decoration: none;
    color: white;
    background: linear-gradient(1deg in oklab, hsla(0, 0%, 60%, 0.7), hsla(0, 0%, 30%, 0.7));
    -webkit-background-clip: text;
    filter: drop-shadow(2px 2px 1px hsl(0, 0%, 30%, 0.3));
    background-clip: text;
    color: transparent;
    font-size: min(4vw, 32px);
    font-weight: 900;
    font-style: italic;
}

#contactArticle3 {
    text-decoration: none;
    color: white;
    background: linear-gradient(1deg in oklab, hsla(5, 81%, 56%, 0.7), hsla(351, 100%, 37%, 0.7));
    -webkit-background-clip: text;
    filter: drop-shadow(2px 2px 1px hsla(351, 100%, 37%, 0.3));
    background-clip: text;
    color: transparent;
    font-size: min(4vw, 32px);
    font-weight: 900;
    font-style: italic;
}

#contactArticle4 {
    text-decoration: none;
    color: white;
    background: linear-gradient(1deg in oklab, hsla(3, 62%, 47%, 0.7), hsla(351, 100%, 37%, 0.7));
    -webkit-background-clip: text;
    filter: drop-shadow(2px 2px 1px hsla(3, 62%, 47%, 0.3));
    background-clip: text;
    color: transparent;
    font-size: min(4vw, 32px);
    font-weight: 900;
    font-style: italic;
}

.articleHideA a, a:visited {
    text-decoration: none;
    color: white;
    background: linear-gradient(1deg in oklab, hsla(0, 0%, 100%, 0.7), hsla(0, 0%, 50%, 0.7));
    -webkit-background-clip: text;
    filter: drop-shadow(2px 2px 1px rgba(255, 255, 255, 0.3));
    background-clip: text;
    color: transparent;
    font-size: min(4vw, 32px);
    font-weight: 900;
    font-style: italic;
}