body {
  padding: 10px 20px 20px;
  font: 14px 'Lexend Deca', sans-serif;
  background: #ffde00;
  font-smooth: always;
}

.logo {
  width: 100%;
  max-width: 350px;
}

.site {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.site-content {
  flex: 1;
  margin-bottom: 50px;
}

a {
  color: #00B7FF;
}

.logo.small-header {
  height: 80px;
  width: auto;
}

footer {
  font-size: 11px;
}