.contact {
    display: flex;
    flex-direction: column;
    font-family: Seravek;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 25vmax;
}

.personal-contacts{
    display: flex;
    align-items: center;
    margin-top: 50px;
    min-width: 500px;
    max-width: 1200px;
    justify-content: space-around;
    height: 100px;
}

.personal-contact{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 150px;
    margin-right: 150px;
    margin-top: 20px;
}

.company-contact {
    display: flex;
    font-weight: 300;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contact .back-panel {
    width: 500px;
    height: 275px;
    position: absolute;
    top: -20px;
}

.contact .front-panel {
    height: 120px;
    width: 900px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 10px;
    position: absolute;
    top: 100px;
    z-index: -100;
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.2);
}

.linkedin-img {
    height: 30px;
    margin-top: 10px;
}
