.App {
  text-align: center;
}

.logo {
  height: 40vmin;
  pointer-events: none;
}

.header {
  background-color: #fff6db;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: calc(10px + 2vmin);
  color: black;
}

.link {
  color: #2f2f2f;
}

button {
  padding: 12px 20px;
  border-radius: 7px;
  border: none;
  color: white;
  background-color: #047857;
  font-weight: normal;
  font-size: 17px;
  text-align: center;
  cursor: pointer;
  box-shadow: 12px 12px 24px rgba(79, 209, 197, 0.64);
  transition: all 0.3s ease-in-out 0s;
}

button:hover {
  background-color: #059669;
}
