body {
  font-family: 'DM Sans', sans-serif;
  width: 100vw;
  max-height: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
background-color: whitesmoke;
}

body a {
  text-decoration: none;
  color: red;
  text-align: center;
  font-size: 20px;
}

p {
  color: white;
  text-align: center;
  font-size: 20px;
}
/*
body video {
width: 90vw;
height: 80vh;
background-size: cover;
-webkit-mask-image: -webkit-radial-gradient(white, black);
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
max-width: 1080px;
}
*/ 

body .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 2%;
}
/*# sourceMappingURL=style.css.map */

img.header {
  width: 99%;
  max-width: 1000px;
  top: 50px;
  z-index: 1;
  position: fixed;
}

img.footer {
  width: 99%;
  max-width: 1000px;
  bottom: 50px;
  position: fixed;
  z-index: 1;
}


.info {
  text-transform: uppercase;
  font-weight: bolder;
}

button {
  background-color: white;
  color: black; 
  font-size: xx-large;  
  border: 3px solid black;
}

button:hover {
  background-color: black;
  color: white;
  border: 3px solid black;
}

img.veggieTantan{
  max-height: 1000px;
  z-index: 2;
  margin-top: 100px;
}

div.btnContainer {
  bottom: 100px;
  position: fixed;
  z-index: 3;
}

/* button.store-btn {
  width: 100%;
  height: auto;
  position: relative;
  bottom: 10px;
} */