#profil div.page {
    background-image: url(../images/profil/background.png);
}

#profil #icon {
    background-image: url(../images/profil/logo.png);
}

#profil div.content ul {
    list-style: none;
    font-size: 1.6rem;
    margin: 0;
    padding: 0;
    
    margin-top: 3.2rem;
}

#profil div.content ul li:first-child {
    font-weight: 600;
}

#profil div.content ul li {
    margin-top: 0.4rem;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    #profil #icon {
        background-image: url(../images/profil/logo@2x.png);
    }
}