* {
  font-family: 'Courier New', Courier, monospace;
  background-color: #F8C8DC;
}

fieldset {
  border: 1px solid black;
  margin: 0px;
  padding: 1rem;
  margin-bottom: 1rem;
}
label {
  display: block;
}

.honeypot-field {
  display: none;
}

.form-elements {
  border: 1px solid black;
}

li {
  margin-bottom: 1em;
}

.Timestamp {
  display: none;
}

.title {
  text-align: center;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}

img {
  width: 30px;
  cursor: pointer;
  background-color: transparent;
}