* {
  margin: 0;
  padding: 0;
}

body, html {
  height: 100%;
  width: 100%;
}

main {
  height: 100vh;
  width: 100vw;
  background-image: url('drew.jpeg');
  background-repeat: repeat; /* This tiles the image */
  background-size: 200px 200px; /* Adjust size as needed */
}