html {
    font-family: "Avenir Next",Avenir,Arial sans-serif;
    font-size: 14px;
    color: #0b0c0c;
    text-align:center;
}

img {
    max-width:100%;
    max-height:100%;
    width: auto;
    height: auto;
}

a {
    color: #0b0c0c;
}

a:hover {
    color:white;
    background:#0b0c0c;
}

article {
    text-align: left;
    max-width: 800px;
    margin: auto;
}
