/*CSS For the specific styles for CVs*/

.view-cv {
    font-family: "Myriad Pro Regular";
    color: #459DD0;
    border: 2px solid #459DD0;
    border-radius: 5px;
    text-align: center;
    max-width: 120px;
    height: 32px;
    width: 90px;
    display: flex;
    font-size: 14px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
}

.view-cv p {
    margin: 0;
}

.amoeba-modal-socials {
    align-items: center;
    justify-items: center;
}

.amoeba-modal-socials  a {
    width: 24px;
    height: 24px;
    color: #00a499;
    text-decoration: none;
    font-size: 24px;
    margin: 0px 5px;
}