.u-container {
  margin-top: 20px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 40em) {
  .u-container {
    margin-top: 30px;
  }
}