#hpContent{
    width: 100%;
    color: white;
    text-align: center;
    padding-top: 1vh;
    padding-bottom: 1vh;
}

#hpContent h1{
    font-size: max(40pt, 7vw);
    /*text-shadow: 2px 5px #74c48c99;*/
}
#hpContent p{
    font-size: max(20pt, 4vw);
    padding: 1vw;
    margin-bottom: 1vh;
}
.contactButton{
    width: max(40%, 350px);
    margin: auto;
    padding: 0px;
    text-align: center;
    border-radius: 100vw;
    border: 3px solid transparent;
    background:
        linear-gradient(#e5e5e5) padding-box,
        conic-gradient(#7914b0ff,#7e2790) border-box;   
}
.contactButton .contactButtonLink{
    width: 100%;
    text-decoration: none;
    color: #7914b0ff;
    font-weight: bolder;
    display: block;
    font-size: max(20pt, 7vh);
}

.contactButton:hover .contactButtonLink{
    color: #ffffffff;
}
.contactButton:hover{
    background:
        linear-gradient(#2f2731) padding-box,
        conic-gradient(#7e2790,#7914b0ff) border-box;
}