@charset "UTF-8";
/* CSS Document */

main {
  margin-top: 80px;
}

@media only screen and (max-width: 767px){
main {
margin-top: 50px;
}
    }