* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  height: 100vh;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  min-height: 100%;
  min-width: 280px;
  background-image: linear-gradient(-180deg, #2c2f33 50%, #23272a);
}

header a {
  background-image: url("pictures/absolute_cinema.jpg");
  background-position: center;
  display: block;
  padding: 20%;
  text-decoration: none;
  color: white;
}
header h1 {
  text-align: center;
}

main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 10px;
}

.watchlist {
  padding: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
}/*# sourceMappingURL=style.css.map */