body {
	background: Gainsboro;

    
}

h2 {
	color: #500;

}

h6 {
	background: #999;
	color: #999;
	padding: 0px;
}


 




section {
    display: grid;
    align-items: center;
    justify-items: center;
    background-color: Gainsboro;
    width: 1200px;
    margin: auto;
    padding-bottom: 67px;
}
  
marquee {
    height: 300px;
    width: 100%;
}
  
img {
    height: 300px;
}
@media screen and (max-width: 1200px) {
    section {
        width: 100%;
    }
}

.myvideo {
  text-decoration: none;
  color: #fff;
  background: red;
  text-align: center;
  padding: 10px;
  font-weight: 600;
  z-index:100;
  position: absolute;
  bottom: 20px;
}
.myvideo:hover {
  color: #000;
}

 	
button {
   padding: 5px 5px;
   margin: 5px;
   background-color: COCOCO;
   color: black;
   border: none;
   outline: none;
   border-radius: 10px;





