* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    background: transparent;
}

body {
    font-family: 'Roboto', sans-serif;
    background: #121212;
    color: white;
    overflow-x: hidden;
    overflow-y: scroll;
}