  @font-face {
    font-family: NickFont;
    src: url('./images/NicksFlashFont-Regular.ttf');
  }

  body {
    background: url("https://file.garden/ZWlUCY4S7Xz2vypS/archived%20backgrounds/colours/white/gryl055.jpg") repeat;
    font-family: 'Times New Roman', Times, serif;
    color: rgb(0, 0, 0);
    text-align: center;
    margin: 0;
    padding: 20px;
    text-align: center;
    margin: 0%;
  }

  #back{
    position: fixed;
    left: 0%;
    z-index: 5;
    transition: scale 0.2s ease;
    transform: scale(-1);
  }

  #back:hover{
    transform: scale(-1.2);
  }

  #back1 {
    width: 47px;
  }

#cross {
  position: absolute;
  left: 0%;
  top: 5%;
  opacity: 0;
  animation: crossEnter 0.8s ease-out forwards;
}

@keyframes crossEnter {
  0% {
    opacity: 0;
    left: 0%;
  }
  100% {
    opacity: 1;
    left: 2%;
  }
}

#title{
  position: absolute;
  top: -11%;
  left: 25%;
  font-style: italic;
  font-size: 122px;
  font-family: 'Old English Text MT', serif;
}

.mainstuff{
  font-size: 38px;
  margin-left: 20%;
  margin-right: 20%;
  margin-top: 10%;
}
