body {
  background-color: #181a1b;
  color: white;
}

button {
  background-color: #2b2a33;
  color: white;
}

.center {
  text-align: center;
}

#status-val {
  font-size:125%;
  font-style: italic;
  font-weight: bold;
  color: white;
  text-shadow: 0 0 5px white, 0 0 10px white;
}

.toggle-img-btn {
  background-color: transparent;
  border: none;
  color: red;
}

#raccoon-img {
  width: 200px;
  height: auto;
}

.toggle-img-div {
  position: relative;
  display: inline-block;
}

.toggle-img-span {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

#statuses {
  display: flex;
  justify-content: center;
  text-align: left;
}

.text-area {
  color: white;
  background-color: #2b2a33;
}

.hide {
  Display: none;
}

#page-container {
  position: relative;
  min-height: 100vh;
}

#content-wrap {
  padding-bottom: 2.5rem;
}

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2.5rem;
}
