body {
 background-color: lightgrey;
}

.starwars {
  color: yellow;
  background-color: black;
  text-align: center;
  width: 30%;
  border-radius: 12px;
}
#anh {
  color: pink; 
  text-decoration: underline;
  background-color: black;
  text-align: center;
  width: 25%;
  border-radius: 12px;
}

#tesb {
  color: lightblue;
  font-weight: bold;  
  text-decoration: underline;
  background-color: black;
  text-align: center;
  width: 35%;
   border-radius: 12px;
}

#rotj {
  color: green; 
  text-decoration: underline;
  background-color: black;
  text-align: center;
  width: 30%;
  border-radius: 12px;
}

div {
  background-color: black;
  border-radius: 10px;
  color: white;
  padding: 10px;
  text-align: center;
}

#listofmovies{
   text-align: left;
}
img {
  border: 1px solid white;
}

p {
  font-family: 'Roboto Mono', monospace;
}
.list {
 font-family: 'Roboto Mono', monospace;
  border: 1px solid white;
  width: 25%;
}
