@font-face {
    font-family: 'CoFo Sans';
    src: local('CoFo Sans Regular'), local('CoFo-Sans-Regular'),
        url('CoFoSans-Regular.woff2') format('woff2'),
        url('CoFoSans-Regular.woff') format('woff'),
        url('CoFoSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}


body {
    background: #2D2D2D;
    min-width: 700px;
}

div {
    width: 700px;
    height: 180px;

    margin: 50px auto 0;

    font-family: 'CoFo Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    text-align: center;

    color: #FFFFFF;
}

a, a:visited, a:hover {
    color: #EE7747;
    text-decoration: underline;
}

img {
    width: 440px;

    display: block;
    margin: 0 auto;
}