@import url('/css/custom/base.css');
.home {
  float: none;
  width: auto;
  max-width: 768px;
  padding: 50px;
  @media (max-width: 540px) {
    padding: 25px;
  }
}