body {
  background-image: linear-gradient(0deg, rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url(img/Fondo.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  gap: 60px;
}

button {
  padding: 12px 20px 12px 20px;
  border-radius: 20px;
  border: 0;
  outline: none;
  font-size: 15px;
  cursor: pointer;
        color: purple;
}

h1 {
  color: #800080;
  text-align: center;
}

article {
  background-color: #999999;
  border: 10px #1F2F12;
  background-position: center center;
  text-align: center;
}

h2 {
  color: #800080;
  text-align: right;
}

p {
  color: #800080;
  text-align: center;
}

h3 {
  color: #800080;
}

.loginbox {
  justify-content: flex-start;
}
