html, body, div, img{
   margin:0;
   padding:0;
}
p, h1, h2, h3, a{
   font-family:arial;	
   color:white;
}
#main_div {
   width:100vw;
   height:100vh;
   background:rgb(100,0,0);
   color:white;
   overflow: scroll;

}
#main_image {
   max-width:100%;
   height:auto;
   max-height:100%;
}
.copy{
	font-size:0.8em;
}
.prod_link{

}
.prod_img{
	width:30vw; max-width:30vw; height:auto;
}