body {
    height: 100vh;
    margin: 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("img/photo_fond.jpeg");
    background-size: cover;
    color: aliceblue;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: default;
}
p {
    text-align: center;
}

.accueil {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 30% 0 30%;
}

.photo_cv {
    width: 150px;
    height: 147px;
    border-radius: 100%;
    border-color: #2980b9;
    border-style: solid;
    border-width: 5px;
}