#backdrop {
  margin: auto;
  position: relative;
  background-color: none;
  border-radius: 20px;
  height: 700px;
  width: 700px;
  object-fit: cover;
  z-index: -1;

}

#background {
  position: fixed;
  width: 1800px;
  height: auto;
  left: 100px;
  right: 100px;
  background-image: url("./IMG/TypewriterBackground.png");
}

#box {
  background-color: none;
  border-radius: 20px;
  outline: none;
  margin: auto;
  text-align: center;
  height: 700px;
  width: 700px;
  object-fit: cover;
  position: relative;
  z-index: -2;
}

#typewriter {
  background-image: url(./IMG/Typewriter.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  height: 700px;
  width: 700px;
  z-index: 1;
}

body {
  background-color: #fffdf2;
  background-image: url(./IMG/TypewriterBackground.png);
  background-repeat: repeat;
  background-attachment: fixed;
}

ul {
  list-style: none
}

menu-text {

  padding-top: 25%;
  font-size: 25px;
  text-align: left;
  color: #000;
  font-family: "Courier New";
  font-weight: "bold";
  text-decoration: none;
}

a:link {
  color: gray;
  text-decoration: none;
}

a:visited {
  color: black;
  text-decoration: none;
}

a:hover {
  color: darkred;
}

#videoBgMobile {
  position: fixed;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  z-index: -100;
  margin: 0;
  padding: 0;
}

.typewriter {
  background-image: url(./IMG/Typewriter.png);
  background-repeat: no-repeat;
  position: absolute;
  height: 700px;
  width: 700px;
  z-index: 1;
}

.background {
  position: fixed;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  background-image: url("./IMG/TypewriterBackground.png");
  z-index: 1;
}

.box {
  background-color: none;
  border-radius: 20px;
  margin: auto;
  outline: none;
  text-align: center;
  height: 700px;
  width: 700px;
}

.buttonBox {
  position: relative;
  float: right;
  top: 50%;
  margin-right: 85%;
  z-index: 100;
}

.videoBgMobile {
  position: fixed;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  z-index: -100;
  margin: 0;
  padding: 0;
}