body {
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
  height: 100%;
}
.l1 {
  text-align: justify;
  font-size: x-large;
  margin-top: 120px;
  margin-right: 400px;
  align-content: center;
  width: 100px;
  height: 400px;
  border-radius: 20px;
  justify-items: center;
}
.content {
  justify-items: center;

  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  border-radius: 20px;
  width: 400px;
  height: 350px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.inputbox {
  align-items: center;
  border-radius: 13px;
}
.l1 a {
  text-decoration: none;
}
.buttonl {
  justify-items: center;
  border-radius: 20px;
}
.buttonl:hover {
  background-color: red;
}
