@font-face {
  font-family: hand;
  src: url(./font/BalsamiqSans-Regular.ttf);
}

@font-face {
  font-family: hand-bold;
  src: url(./font/BalsamiqSans-Bold.ttf);
}

body {
  margin: 0px;
}

.site-content-box {
  width: 100%;
  height: 100vh;
/*  overflow-y: auto;*/
}