html {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  color: #000;
  min-height: 100%;
  background: linear-gradient(#fdfbfb, #dee0e1);
}

.picture {
  margin: 0 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

img {
  width: 300px;
  height: auto;
}

#timer {
  opacity: 0;
  transition-duration: 1.5s;
}

.title {
  margin-top: 3rem;
  text-align: center;
  font-weight: 300;
}

.tagline {
  margin-top: -0.5rem;
  font-size: 1.25rem;
  letter-spacing: 0.15rem;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
}

.flex-centered {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.outer-content {
  padding-top: 2rem;
}

.content {
  text-align: justify;
  padding: 0 2rem 2rem 2rem;
}

.centered {
  text-align: center;
}

.date {
  font-weight: 400;
}

.sidenote {
  margin-top: -1rem;
}

.smaller {
  font-size: 0.75rem;
}

.larger {
  font-size: 1.15rem;
}

.bold {
  font-weight: 400;
}

@media (min-width: 900px) {
  html {
    font-size: 25px;
  }
  .title {
    font-size: 3rem;
  }
  .tagline {
    margin-top: -1rem;
    font-size: 1.5rem;
  }
  .content {
    max-width: 750px;
    line-height: 1.75rem;
  }
  .picture > p {
    font-size: 0.6rem;
  }
}

.link-button {
  background: none;
  border: none;
  color: blue;
  text-decoration: underline;
  cursor: pointer;
  font-size: 1em;
  font-weight: 300;
}