@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500&display=swap");

@media screen and (max-width: 768px) {
    #wrapper > header, article#content {
    margin: 0 !important;
  }
}

article#content > div.box {
  padding: 0;
  border: none;
  border-radius: 0;
}
