* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  text-align: center;
  background-color: #f5f5f5;
}

@font-face {
  font-family: 'DKSnemand';
  src: url("../fonts/dk-snemand.otf");
  src: url("../fonts/dk-snemand.ttf");
}

h3 {
  font-family: 'DKSnemand', sans-serif;
  font-size: 28px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 30px 0 10px 0;
}

ul {
  list-style: none;
}

li {
  margin-bottom: 10px;
}

a {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 20px;
}
/*# sourceMappingURL=main.css.map */