@charset 'UTF-8';
footer{
  margin-top: 60px;
}
@media screen and (max-width: 768px){
  footer{
    margin-top: 30px;
  }
}