@import "normalize";

body {
  background-color: white;
  font-size: 62.5%;
  font-family: "Open Sans", sans-serif;
}

ul {  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;

  &:hover {
    cursor: pointer;
  }
}