@font-face {
    font-family: Roboto-Regular;
    src: url(Roboto-Regular.ttf);
}

h1 {
    font-family: Roboto-Regular;
}

body {
    background-color: #f7f8f9;
    font-family: Roboto-Regular
}

.red {
    color: red;
}

.darkblue {
    color: darkblue;
}

.darkred {
    color: darkred;
}

.biggreen {
    color: green;
    font-size: 20px;
}

.bigred {
    color: red;
    font-size: 20px;
}