*{ margin: 0; padding: 0; } body{ background-color: #eee; font-family: Roboto; color: black; overflow-x: hidden; } ::-webkit-scrollbar { display: none; } a, a:active, a:visited, a:focus { text-decoration: none; color: black; } input, input:active, input:visited, input:focus { outline: none; } button, button:active, button:visited, button:focus { outline: none; }