body {
  font-family: "Roboto", sans-serif;
  color: #333;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: $colorFive;
  text-decoration: none;
}

* {
  box-sizing: border-box;
}