* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  font-family: 100%;
  font-family: 'Ubuntu', sans-serif;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
}