@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');



.main {
width: 1000px;
margin: 0px auto;
background-color: #fff; 
}
	body {
    color: black; /* Changes the default text color for the entire body */
	font-family: "Open Sans", sans-serif;
	font-style: normal;
  }
  h1 {
    color: black; /* Overrides the body style for all h1 headings */
	font-family: "Open Sans", sans-serif;
	font-style: normal;
  }
.button {
	display: inline-block;
}

@media screen and (max-width:500px) {

  /* CSS for screens that are 500 pixels or less */
  
  .main {
  width: 400px;
  }
  
  img {
  max-width: 400px;
  height: auto;
  }
  
  .button {
  width: 400px;
  }

  #menuButton {
  display: block;
  }

  #menu {
  display: none;
  }

}


/* CSS Document */

