body {
  font-family: 'Press Start 2P', cursive, sans-serif;
  background: url('background.jpg') no-repeat center center fixed;
  background-size: cover;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0;
  padding: 0;
}

body::before 



* {
  font-family: inherit;
}

h1 {
  color: red;
textarea {
  width: 70%;
  height: 100px;
  border-radius: 8px;
  padding: 10px;
  font-size: 20px;
  margin-top: 20px;
  font-weight: bold;
  color: black;
  background: rgba(255,255,255,0.8);
}
}

button {
  margin-top: 15px;
  padding: 10px 25px;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  background: #00a105;
  color: rgb(0, 0, 0);
  border: glitch limegreen;
}

button:hover {
  background: #45a049;
}

#outputText {
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
  color: red;
}



    


    






/* removed empty selector */













