.contact_form_card {
    background-color: #F46A07;
    padding-top: 10vh;
    padding-bottom: 10vh;
    border-radius: 50px;
    transition: 1s;
    cursor: pointer;
}
.contact_form_card small a{
    color: white;
}
.contact_form_card:hover {
    background-color: #B2B2B2;
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
}

.contact_form_card .contact-text p{
    color: white;
    line-height: 12vh;
    font-size: 13vh;
    font-family: "Courier New";
}
.text-effect {
    color: white;
    line-height: 12vh;
    font-size: 13vh;
    font-family: "Courier New";
    overflow: hidden;
    border-right: 0.15em solid #18bdec;
    animation: typing 4s steps(38) 1s 1 normal both, blink 1s steps(1) infinite;
}

.contact_form_card .contact-logo img{
    text-align: center;
    width: 28vh;
}
