body{
    margin: 24px;
    font-family: "Roboto", sans-serif;
}

img{
    max-width: 800px; 
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 24px;
    margin-bottom: 8px;
}

h1 {
    margin-bottom: 60px
    color: #DCF0EF;
}


h2 {
    margin-top: 80px;
}

.infobox {
    margin: 0 auto;
    text-align: left;
    max-width: 680px;
    padding: 24px;
}

.imgcontainer {
    margin: 0 auto;
    text-align: center;
    padding: 24px;
}

.dark > .infobox {
    color: #DCF0EF;
}

.light > .infobox{
    color: #193B38;
}

.dark > .imgcontainer {
    color: #ffffff;
}

.light > .imgcontainer {
    color: #193B38;
}


span.title{
    text-align: left;
    font-weight: 300;
    font-size: 42px;
    line-height: 56px;
    margin-bottom: 24px;
}

span.subtitle{
    text-align: left;
    font-weight: 300;
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 24px;
}

span.description{
    text-align: left;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
}

span.annotation{
    text-align: center;
    font-weight: 100;
    font-size: 11px;
    letter-spacing: 0.8px;
}

footer{
    color: #B5B5B5;
    background: black;
    padding: 24px 24px 80px 24px;
    }

footer a{
    color: #B5B5B5;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
}

footer a:visited {
    color: #B5B5B5;
}

footer a:hover {
    color: white;
}

.logo{
    max-width: 300px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    margin-bottom: 100px;
}

.dark{
    background: #15312F; 
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
}

.light{
    background: #DCF0EF; 
    padding-top: 100px;
    padding-bottom: 100px;
}