* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
    width: 100%;
    display: block;
}

body {
    font-family: 'encode-regular', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    overflow: hidden;
    background: rgba(58,58,58, 1);

    -webkit-font-smoothing: antialiased;
}

.content {
    width: 100%;
    height: auto;
    width: 1200px;
    height: auto;
    margin: 0 auto;
    position: relative;
    padding: 80px 0 60px;
}
img {
    display: block;
    width: 100%;
    height: 100%;
}
