@import url("./globals.css");

@media screen and (max-width: 800px) {
  body .center {
    margin-top:25vh;
  }
  body pre {
    font-size: 1vw;
  }
} 

/* Intro-specific HTML/Body overrides */
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  filter: grayscale(1);
}

.center {
  margin-top:150px;
  padding: 100px;
}

/* Intro-specific typography overrides */
p {
  font-size: 3vh; /* Different from base */
}

pre {
  font-size: .5vw; /* Different from base */ /* Intro-specific */
}

.things {
  display: flex;
  flex-direction: column;
  align-items: center;
}