@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Noto Sans'), local('NotoSans'),
    url('assets/fonts/noto-sans-v9-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('assets/fonts/noto-sans-v9-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

body {
    font-family: "Noto Sans", sans-serif;
    text-align: center;
}

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
}

h1 {
    font-size: 28px;
    font-weight: 700;
}

h2 {
    font-size: 21px;
    font-weight: 700;
}

p {
    color: rgb(114,114,114);
    font-size: 14px;
}

ul {
    color: rgb(114,114,114);
}

.container {
    max-width: 500px;
    display: inline-block;
    text-align: left;
    padding: 0px 40px 0px 40px;
}