 /* open-sans-regular - latin */
 @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
        url('fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
        url('fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
        url('fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
        url('fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
    }
    /* open-sans-800 - latin */
    @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: url('fonts/open-sans-v34-latin-800.eot'); /* IE9 Compat Modes */
    src: local(''),
        url('fonts/open-sans-v34-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('fonts/open-sans-v34-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
        url('fonts/open-sans-v34-latin-800.woff') format('woff'), /* Modern Browsers */
        url('fonts/open-sans-v34-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
        url('fonts/open-sans-v34-latin-800.svg#OpenSans') format('svg'); /* Legacy iOS */
    }
    body {
        font-family: 'Open Sans', sans-serif;
        margin: 0;
        padding: 0;
    }
    a {
        text-decoration: none;
        color: rgb(85, 85, 85);
        font-weight: bold;
    }
    .container{
    margin: 100px auto;
    width: 90%;
    max-width: 1024px;
    }
    h1 {
        font-size: 30px;
    }
    p {
        font-size: 15px;
    }
    .links {
        margin-top: 50px;
    }