body {
  font-family: monospace;
  background-color: hsl(0deg 0% 91.49% / 5%);
}
.content {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  justify-content: center;
}
.content img {
  width: 70%;
  z-index: 111;
  position: relative;
}
form {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#status-message {
  position: fixed;
  top: 21%;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  font-size: 32px;
  padding: 12px;
  z-index: 111111;
  height: 30vh;
  background-color: rgb(201, 201, 198);
}
.content input {
  width: 60%;
  padding: 16px;
  outline: none;
  margin-bottom: 30px;
  z-index: 111;
  position: relative;
}
.content button {
  padding: 16px 24px;
  background-color: rgb(218, 215, 215);
  border: none;
  border-radius: 2px;
  font-weight: 600;
  cursor: pointer;
  margin-bottom: 30px;
}
