.body {
  background-color: #f5ecd8;
  font-family: 'Lexend';
}

.main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100dvh;
  max-width: 15rem;
  padding: 1.5rem;
  margin: auto;
}

.title {
  font-family: 'Carter One';
  font-size: xx-large;
  color: #a85532;
  width: 15rem;
  line-height: 1.75rem;
  padding-left: 0.5rem;
  padding-bottom: 0.5rem;
  margin: 0;
}

.monkey_container {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  color: #a85532;
}

.catch_phrase {
  font-style: italic;
  text-align: center;
}

.link {
  text-decoration: none;
}

.actions {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}

.button {
  background-color: #a85532;
  color: #fff;
  outline: 0;
  border: 1px solid rgba(59, 58, 57, 0.667);
  cursor: pointer;
  padding: 0 1.5rem;
  border-radius: 0.5rem;
  min-width: 8rem;
  height: 2rem;
  font-family: 'Carter One';
  font-size: large;
  box-shadow:
    0 0 0 1px #fff,
    0 0 2px 2px #a85532;
}
