.myself, .contact-links{
    margin: 1%;
}

.myself{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.myself>img{
    width: 30%;
    height: fit-content;
    color: white;
}

.myself-info{
    width: 50%;
}

.myself-info>.title{
    font-size: xx-large;
}

.contact-links{
    display: flex;
    flex-direction: row;
    text-align: center;
}

.contact-links *{
    margin: 0.5em;
}

.contact-links p{
    font-weight: bolder;
}

.contact-links>*{
    position: relative;
    width: 20%;
    background-color: black;
    border-radius: 15px;
    text-decoration: none;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    font-size: medium;
    color: gray;
}

.contact-links>*>img{
    width: 2em;
}

.contact-links>*>.title{
    font-size: x-large;
    color: white;
}

.contact-links .export{
    width: 1.5em;
    position: absolute;
    top: 0;
    right: 0;
}