* {
    box-sizing: border-box;
    font-family: 'Oswald', sans-serif;
}

body {
    background-image: url("images/background.jpg");
    background-position: center;
    background-attachment: fixed;
}