body{
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: system-ui;
    background-color: rgba(234, 218, 247, 0.251)
}

.name{
    font-variant: small-caps;
}

.banner, .footer{
    border-bottom: 3px solid rgb(79, 17, 145);
}

.box{
    padding: 5px;
    padding-right: 10px;
    color: rgb(79, 17, 145);
    font-weight: 600;
    text-decoration: none;
}

.content{
    margin-left: 10px;
    text-align: justify;
}

.paper-title{
    text-decoration: none;
    font-weight: 600;
    color: black;
}

.contact_field{
    margin-left: 5px;
    margin-bottom: 5px;
    margin-top: 10px;
}

.contact_infos{
    margin-top: 0px;
    margin-left: 15px;
    text-align: left;
}

/* Links */
a {
    color: rgb(79, 17, 145);
}

.external-link{
    color: rgb(177, 5, 108);
}

.link-paper{
    color:  rgb(177, 5, 108);
    text-decoration: none;
}

img{
    float: left;
    border-radius: 50%;
    margin: 0 20px 5px 0;
}

li{
    margin: 4px 0;
}