html, body {
  margin: 0;
  padding: 0;
}

body {
  background-color: #1e1d27;
  color: #fff;
  font-family: sans-serif;
  padding: 20px;
}

h1 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
  position: relative;
  padding-left: 18px;
  letter-spacing: 0.05em;
}
h1::before {
  content: '';
  position: absolute;
  display: block;
  background: rgb(229, 0, 80);
  width: 8px;
  height: 20px;
  left: 0;
  top: 3px;
}

h3 {
  font-weight: 400;
  font-size: 25px;
}

.poster {
  width: 320px;
  margin-bottom: 40px;
}
.right-movie {
  max-width: 800px;
  padding: 0 0 0 20px;
  font-weight: 300;
}
.right-movie p {
  line-height: 1.5;
}
.note-separator {
  margin: 0 2px 0 3px;
  font-weight: 400;
}
