@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family:  "Roboto", sans-serif;;
    line-height: 22px;
}

.container{
    border: 2px solid black;
    max-width: 750px;
    margin: 1rem auto;
    padding: 50px;
}

section{
    margin-bottom: 20px;
}

.line{
    border-bottom: 4px solid black;
    border-radius: 1rem;
    /* margin: 20px; */
    margin-top: 20px;
    margin-bottom: 20px;
    width: 500px;
}

.profil .name{
    font-size: 32px;
}

.role{
    color: #157e15;
    margin-bottom: 15px;
    margin-top: 15px;
    font-weight: 500;
}

.addres{
    line-height: 22px;
}

.className{
    color: rgb(0, 94, 255);
    font-size: 16px;
    font-weight: 500;
}

ul{
    margin-top: 1rem;
    margin-left: 1rem;
}

.media li:hover{

    color: #0a66c2;
    cursor: pointer;

}