body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("https://cdn.discordapp.com/attachments/1050799264437121114/1053640384892387338/1268183.png");
  background-size: cover;
  filter: blur(3px);
  z-index: -1;
  transform: scale(1.1);
}

body{
    cursor: url("cursor.gif"), auto;
}


h1 {
    font-size: 50px;
    color: rgb(255, 255, 255);
    font-family: monospace;
}

button[type=submit]{
  color: rgba(255, 255, 255);
  font-size: 25px;
  font-family: monospace;
  background-color: #242424;
  border: none;
  padding: 15px 32px;
  text-align: center;
  border-radius: 4px; 
  cursor: url("cursor.gif"), auto;
}

button[type=submit]:hover{
  opacity: 0.5;
}
button[type=submit]{
  transition: all 0.2s;
}