.login-header {
  overflow-y: scroll;
  font-size: 2.2vh;
  height: relative;
  width: 600px;
  text-align: justify;
  position: relative;
  z-index: 1;
  background: #000000;
  margin: 15px;
  padding: 4px;
  border-radius: 20px 20px 0px 0px;
  background-color: rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 0px #000000;
  
}

.login-body {
  overflow-y: scroll;
  font-size: 2.2vh;
  height: relative;
  width: 600px;
  text-align: justify;
  position: relative;
  z-index: 1;
  background: #000000;
  margin: 15px;
  padding: 4px;
  border-radius: 0px 0px 0px 0px;
  background-color: rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 0px #000000;
  
}

.login-footer {
  overflow-y: scroll;
  font-size: 2.2vh;
  height: relative;
  width: 600px;
  text-align: center;
  position: relative;
  z-index: 1;
  background: #000000;
  margin: 15px;
  padding: 4px;
  border-radius: 0px 0px 0px 0px;
  background-color: rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 0px #000000;
  
}

body {
  background-image: url("https://somewhere-deeper.neocities.org/77a266bb54fc65179ec0672d97268c3a.gif");
  margin: 75px;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-color: #000000;
        }
        
h1 {
  text-align: center;
  font-size: 75px;
  color: white;
  filter: drop-shadow(1px 1px 0 black) 
  drop-shadow(-1px 1px 0 black) 
  drop-shadow(0 2px 0 black) 
  drop-shadow(0 -1px 0 black) 
  drop-shadow(0 1px 1.5px black) 
  drop-shadow(0 -1px 1.5px black) 
  drop-shadow(1px -1px 1.5px black) 
  drop-shadow(-1px -1px 1.5px black);
}

h3 {
  text-align: center;
  margin: -25px;
  font-size: 25px;
  color: white;
  filter: drop-shadow(1px 1px 0 black) 
  drop-shadow(-1px 1px 0 black) 
  drop-shadow(0 2px 0 black) 
  drop-shadow(0 -1px 0 black) 
  drop-shadow(0 1px 1.5px black) 
  drop-shadow(0 -1px 1.5px black) 
  drop-shadow(1px -1px 1.5px black) 
  drop-shadow(-1px -1px 1.5px black);
}

p {
  text-align: center;
  color: white;
  font-size: 18px;
  line-height: 1.5;
  margin-top: 20px;
  font-family: sans-serif;
}

p1 {
  text-align: center;
  color: #8f8f8f;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 20px;
  font-family: sans-serif;
}