@font-face {
    font-family: Roboto;
    url('Roboto/Roboto-Regular.ttf')  format('truetype');
}
body {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    background-color: #4f4f4f;
    padding: 0;
    margin: 0;
    font-size: 1.2em;
}
.container {
    background-color: #fff;
    margin-top: 100px;
    padding-bottom: 200px;
    width: 100%;
}
img {
    width: 350px;
    margin-top: 110px;
}
h1 {
    font-size: 1.6em;
}
h2 {
    font-size: 1.3em;
}
.mt70 {
    margin-top: 90px;
}
.mt50 {
    margin-top: 50px;
}
.bold {
    font-weight: bold;
}
a {
    color: #000;
    text-decoration: none;
}