.style{
    display: flex;
    flex-direction: column;
}

.ContactLinks{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    margin-top: 2vh;
}

.contact-hero{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.LinkDiv{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 50px;
}

.linkContent{
    width: 18vw;
    min-height: 100px;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 0 10px #ca94ef;
    display: flex;
    flex-direction: column;
    justify-items: center;
    text-align: center;
    gap: 20px;
}

.linkContent a, .linkContent a:link, .linkContent a:visited{
    text-decoration: none;
    color: rgb(190, 177, 244);
    font-size: 20px;
    font-weight: bold;
    align-items: center;
    cursor: pointer;
}

.linkContent a:hover{
    color: rgb(129, 73, 171);
    font-size: 20px;
    font-weight: bold;
    align-items: center;
    cursor: pointer;
}

.ansBox{
    width: 80%;
    max-width: 100%;
    align-self: center;
}

.ansBox a, .ansBox a:link, .ansBox a:visited{
    color: rgb(109, 73, 171);
}

.ansBox .ans{
    display: block;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.contactfooter li a{
    color: white;
}