.my-photo{
    max-width: 100%;
    height: auto;
}
.right-content{
    margin-top: 10vh;
    margin-bottom: 10vh;
    text-align: center;
    color: white;
    text-align: justify;
    font-size: 5vmin;
}
.link{
    color: rgb(204, 255, 160);
}
.link:hover{
    color: rgb(117, 250, 0);
}
.contact{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
}