<!--
body {
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;;
    color: black;
    line-height: 1.4em;
}

#logo {
    float: left;
}

.content {
    margin: 0 auto 0;
    margin-bottom: 50px;
    height: 760px;
}
article {
    clear: left;
    margin-bottom: 20px;
}
section {
    float: left;
    width: 400px;
    border: 1px solid;
    padding: 10px;
    margin: 10px;
}
label {
    font-weight: 800;
}
a {
    text-decoration: none;
    color: black;
}

a:visited {
}

a:hover {
    text-decoration: underline;
}

#header {
    margin: 0 auto;
    border-bottom: 20px solid #cf0046;
}

#header .title {
    text-align: center;
    vertical-align: center;
    height: auto;
    width: 600px;
    margin: 0 auto;
    padding-top: 15px;
}

#header h1, #header h2 {}

#footer {
    position: fixed;
    bottom: 0;
    text-align: center;
    height: 25px;
    width: 100%;
    background-color: #cf0046;
    color: white;
    padding-top: 10px;
}

#footer .copyright {
    padding: 10px 0 0 0;
}

#footer a {
    color: white;
}

-->
