body {
    background-color: white;
    font-family: Helvetica, Arial, sans-serif;
    color: #444;
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1.6;
    padding: 2rem;
}

.container{
    width: 660px;
    margin: 0 auto;
}

.menu ul{
    padding-left: 0;
    margin: 3rem 0;
}

.menu ul li{
    display: inline;
    padding-right: 1.5rem;
}

.menu ul li a:link, .menu ul li a:visited{
    color: #444;
    text-decoration: none;
    font-weight: bold;
}

.menu ul li a:hover, .menu ul li a:active{
    color: #444;
    text-decoration: none;
    font-weight: bold;
    border-bottom: 3px solid aquamarine;
}

a:link {
    color: #444;
    text-decoration: none;
    font-weight: bold;
    border-bottom: 3px solid aquamarine;
}

a:visited {
    color: #666;
    text-decoration: none;
    font-weight: bold;
    border-bottom: 3px solid aquamarine;
}

a:hover{
    background-color: aquamarine;
}

h1 {
    line-height: 1;
    font-weight: 300;
}

p {
    padding-bottom: 1.5rem;
}

ul li{
    padding-bottom: 0.7rem;
}

.bold {
    font-weight: 600;
}

.boldunderline{
    font-weight: 600; 
    text-decoration:underline;
}

.separator{
    border:none; 
    border-top: 1px solid aquamarine; 
    margin: 3rem 0;
}

.language{
    text-align:right;
}
