@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');

body .anton { font-family: "Anton", serif;}
body .auto { margin: 0 auto; width: 85%;}

@media only screen and (max-width: 1000px){
  body .auto { width: 90%;}
}