/* Tags */
body {
  background-image: linear-gradient(to top, darkred, black, darkred);
  font-family: "Verdana";
  color: white;
}

a:link {
  color: white;
  text-decoration: underline;
  background-color: black;
}

a:visited {
  color: white;
  background-color: black;
  text-decoration: wavy underline;
}


h2 {
  font-family: "Courier New";
  font-size: 30;
}

h3 {
  font-family: "Courier New";
  font-size: 25;
}

h4 {
  font-family: "Courier New";
  font-size: 20;
}

ul {
  list-style-type: square;
  text-rendering: lef;
}

/* Classes */
.movie {
  display: flex;
  width:100%;
}

.moviedesc {
  padding-left: 15px;
  padding-right: 10px;
}


/* IDs */