@import url('https://fonts.googleapis.com/css?family=Oswald:400,800');

* {
    font-family: Oswald;
}

html {
    background-color: #808080;
}