* {
    outline: none;
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
}

a, a:link, a:visited, a:hover {
    text-decoration: none;
    color: inherit;
}