body {
  background-color: #faf3d7;
  font-family: "quaaykop";
}

@font-face {
  font-family: "quaaykop";
  src: url(assets/quaaykop-webfont.woff);
}

h4, p {
  color: #5d5d3d;
}

h4 {
  font-size: 15px;
  margin-bottom: -12px;
}

p {
  font-size: 14px;
  margin-bottom: -12px;
}

html {
    overflow-y: scroll;
    -ms-overflow-style: none;
}

html::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.top {
 margin-top: -3px;
}