main {
  background-color: #5A5A5A;
}

#listafilmes {
  text-align: center;
  height: auto;
  padding: 100px;
  background-color: #5A5A5A;
}

#listafilmes h2 {
  color: white;
  margin-bottom: 50px;
}

section table {
  width: 60%;
  margin: 10px auto;
  padding: 20px 10px;
  color: white;
  background-color: black;
  line-height: 2;
  border-collapse: collapse;
}

section table th {
  background-color: #4B0E19;
  padding: 5px;
  color: white;
}

section table td {
  border: 1px solid #4b0e1988;
}