@charset "UTF-8";
/* DEFAULT */
@media only screen {
  main {
    background: url("../images/background.webp") no-repeat 50% 0%;
    background-size: cover;
  }
}
/* MEGAPIXEL */
@media only screen and (min-width: 2001px) {}
/* DESKTOP */
@media only screen and (max-width: 2000px) {}
/* MOBILE */
@media only screen and (max-width: 700px) {}