.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 {
  font-size: calc(5px + 2vmin);
}
