body {
    max-width: 800px;
    margin: auto;
    background-color: ghostwhite;
    font-family: new century schoolbook, serif;
    padding: 0px 0px 0px 0px;
}

a {
    color: inherit;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}

h4, header, footer {
    background-color: darkslategray;
    color: white;
    border-radius: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}

h4 {
    padding-left: 20px;
}

.icon-title {
    margin-right: 15px;
}

header {
    /* font-size : small;*/
    text-align: right;
    border-radius: 0px 0px 8px 8px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 20px;
    margin-bottom: 10px;
}

footer {
    text-align: right;
    border-radius: 5px 5px 0px 0px;
    margin-top: 25px;
    padding-right: 20px;
}

a.language {
    padding-left: 5px;
    padding-right: 15px;
}

.links {
    padding-left: 10px;
    padding-right: 10px;
}

section {
    padding-left: 10px;
    padding-right: 10px;
}

p {
    padding-left: 15px;
    padding-right: 15px;
    hyphens: auto;
    text-align: justify; 
}

ul {
    padding-right: 15px;
    hyphens: auto;
    text-align: justify; 
}

li{
  margin: 10px 0;
}

#basic-info {
    padding: 0px 10px 0px 10px;
    overflow: auto;
}

#name {
    font-weight: bold;
    font-size: xx-large;
    margin: 8px 0px 16px 0px;
}

#adress {
    float: left;
    width: 350px;
}

#photo {
    float: right;
    width: 230px;
    margin: 15px;
}


