@font-face {
    font-family: Cantarell;
    src:         url(cantarell.otf);
    font-weight: 400;
}

body {
    font-family: Cantarell;
    padding:     0px;
    margin:      0px;
}

.topbar {
    height:           60px;
    background-color: #3c7cb5;
    color:            #FFFFFF;
    font-size:        1.2em;
    line-height:      60px;
    margin-bottom:    20px;
    font-weight:      bold;
}

img#debian-logo {
    vertical-align: middle;
}

.container {
    width:        800px;
    margin-left:  auto;
    margin-right: auto;
}

code {
    -moz-border-radius:    5px;
    -webkit-border-radius: 5px;
    padding:               5px;
    background-color:      #333333;
    color:                 #FFFFFF;
}

code a {
    color:                 #FFFFFF;
    text-decoration:       none;
}

a {
    color:                 #333333;
}
