@import url("https://fonts.googleapis.com/css?family=Exo:500,600,700|Roboto&display=swap");

body {
  font-family: "Exo", sans-serif;
  color: #444444;
  font-size:1.0rem;
  /* font-weight:400; */
  /* line-height:1.2; */
}

a {
  color: #47b2e4;
  text-decoration: none;
}

a:hover {
  color: #fddd53 !important;
  text-decoration: none;
}

