body{
  background-color: skyblue;
  margin: 15px 15px;
  box-sizing: border-box;
  font-family: Sans-Serif;
}
.video1{
  height: 50vh;
  width: 50vh;
}
h1{
  text-align: center;
}

