main {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  position: relative;
}

main::before {
  content: " ";
  position: absolute;
  background-image: url(Assets/c5785a46-b731-4ee1-a46d-61326d9b281f.jpeg);
  inset: 0px;
  filter: blur(10px);
  background-size: cover;
  background-position: center;
  z-index: -1;
}

main::after {
  content: " ";
  background-color: rgba(0, 0, 0, 0.5);
  background-size: cover;
  background-position: center;
  z-index: -1;
  position: absolute;
  inset: 0px;
}

article {
  background-color: #292727;
  border-radius: 30px;
  width: 620px;
  overflow: hidden;
}

header {
  display: flex;
  background-image: url(Assets/30dcf7b1-77f1-42b6-9f55-82439130aca5.jpeg);
  background-position: center;
  background-size: cover;
  height: 120px;
  border-radius: 30px 30px 0 0;
  align-items: center;
  justify-content: center;
}

h1 {
  color: #eeff00;
}

h2 {
  color: white;
  text-align: center;
}

section {
  padding: 30px;
}
section label {
  display: block;
  margin-top: 30px;
  color: white;
}

section input {
  display: block;

  background-color: #d9d9d9;
  width: 100%;
  padding: 5px;
}

footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  color: white;
}

footer button {
  background-color: #636363;
  border: 2px solid #eeff00;
  color: #eeff00;

  padding: 15px 50px;
}

a {
  color: white;
  text-decoration: none;
}
