body {
  background: #000 url(../images/grad.gif) repeat-x;
  margin: 0;
  color: #fff;
  font: bold 2em Tahoma, Arial, sans-serif;
  text-align: center;
}

img {
  width: 100%;
  height: auto;
}

button {
  border-radius: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  line-height: inherit;
  text-transform: none;
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: auto;
}

#header,
#wyattive,
#button {
  margin: 3rem 0;
}

.input {
  display: flex;
  max-width: 100%;
}

#confession_label {
  border: 1px dashed #ededed;
  border-right: none;
  padding: 0.5rem;
}

#confession {
  border: 1px solid #fff;
  border-left: none;
  background: #5b0000;
  color: inherit;
  font: inherit;
  padding: 0.5rem;
}
