* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; 
  font-family: 'Roboto';
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}
