/* Couleurs du titre */
#header-title {
    background: linear-gradient(to bottom,rgb(245,245,220),rgb(245,245,220),rgb(0, 238, 0));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
} 

/* Corps de la page */
#myBody {
    background-image:linear-gradient(to bottom right, rgba(56, 207, 56, 0.75), rgba(150, 216, 255, 0.8), rgba(63, 139, 139, 0.75));
}

/* Le lien de téléchargement du CV */
#myBody #cv {
    text-decoration: none;
    max-width: 90%; 
    display: flex;
    align-items: center;
    margin-bottom: 5%;
    margin-top: 9%;
}

/* Image du CV */
#myBody #cv img {
    width: 100%; 
    max-height: 1000px;
    object-fit: contain;
    align-self: center;
}
