@charset "utf-8";

h1 {
  padding: 0.25rem 0.5rem;
  border-top: 2px dashed yellow;
  border-bottom: 2px dashed yellow;
  font-size: 24px;
  font-weight: bold;
  color: red;
  text-align: center;
  width:  680px;
  margin: 1em auto; 
}

h2 {
  color: magenta;
  text-align: center;
}

.movie {
    width:  672px;
    height: 464px;
    padding: 0.5em 0.5em;
    margin: 0.5em auto; 
    background: lime;
    border-radius: 10px;
}

.image {
    width:  640px;
    height: 400px;
    padding: 0.5em 0.5em;
    margin: 0.5em auto; 
    background: aqua;
    border-radius: 10px;
}
