.content{ 
  border-radius: 25px;
  border:double;
  border-color: #993bd4;
  border-width: 5px;
  background-color: #12073D;
  text-align: left;
  width: 980px;
  padding: 10px;
  justify-content: flex-end;
  overflow-y: auto;
  height: auto;
  overflow: hidden;
  align-items: center;
}

.sign-off{
  width: 980px;
  text-align: center;
}

.bottom-bg {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;

  background-image: url(https://7heia.neocities.org/bg-pixilart.png);
  background-repeat: repeat;
  background-position: bottom left;

  z-index: -9999;
  pointer-events: none;
}

a {
   text-shadow: 2px 2px 0px rgba(144,13,231,1);
  color: white;
   font-family: Garamond, serif;
    text-decoration: none;
}

body { 
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-shadow: 2px 2px 0px #993bd4;
  background-color: #12073D;
  color: white;
  font-family: Garamond, serif;
  overflow: hidden; 
  overflow-y: auto;
  height: auto;
  cursor: url('inset soon'), auto;
}