@charset "UTF-8";
/* CSS Document */
body {
  background-image: url("../images/sas-background-soccer-balls.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100vw;
  height: 100vh;
}
