body {
  background-image: url(background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin: 0;
  padding: 0;
  background-attachment: fixed;
}

a:link {
  color: #E0BEB8;
}

a:visited {
  color: #E0BEB8;
}

a:hover {
  color: #E0BEB8;
}

a:active {
  color: #E0BEB8;
} 

.upperbox{
  width: 70%;
  height: 20vh;
  z-index: 2;
  position: relative;
  overflow: hidden;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.lowerbox{
  background-image: url(lowerbox.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 70%;
  height: 73vh;
  z-index: 2;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.body {
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 20px;
  z-index: 3;
  position: relative;
  overflow-x: scroll;
  overflow-y: hidden;
  margin: 20px;
  color: #E0BEB8;
  font-family: font;
  font-size: 30px;
  text-shadow: 1px 1px #000000;
  -ms-overflow-style: none;
  scrollbar-width: none;
  }

@font-face {
  font-family: "font";
  src: url("font.otf") format("opentype"),
  url("font.ttf") format("truetype");
}