body{
  background-color: rgb(189, 220, 224);
}
.c1{
  background-color: white;
  border: solid 2px black;
  border-radius: 8px;
  margin-left: 128px;
  margin-right: 128px;
  
}
.c2{
  text-align: center;
  margin-right: 16px;
}
.c3{
  margin-left: 8px;
}
img{
  width: 240px;
  height: 135px;
  margin-left: 8px;
}
.frame{
  background-color: rgb(255, 252, 100);
  height: 24px;
  border:solid 1px black;
}
footer{
  text-align: center;
}