* {
  scroll-behavior: smooth;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  font-family: "Open Sans";
}

img {
  border-radius: 5px;
}

a {
  text-decoration: none;
  color: #FFF;
}

a:hover {
  color: #f7b24e;
  text-decoration: none;
}

a:hover {
  color: #faa011;
  text-decoration: blink;
}

