body {
    font-family: 'Roboto', sans-serif;
    max-width: 100%;
    margin: 0;
    padding: 0;
    outline: 0;
    box-sizing: border-box;
}

h1,
h2 {
    font-family: 'Bebas Neue', cursive;
}

h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
}

ul,
ol {
    list-style-type: none;
}

a {
    text-decoration: none;
}