* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

body {
  color: #030303;
  background: #eee;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
}

header {
  text-align: center;
  color: #fff;
  background-image: linear-gradient(120deg, #f093fb 0%, #f5576c 100%);
  padding: 3rem 0;
}

header > h1 {
  font-style: italic;
  font-weight: normal;
}

main {
  padding: 1rem 0;
}

.container {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.movie {
  width: 100%;
}

.ads {
  background: #fff;
  width: 80%;
  padding: 4px 8px 4px 4px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.ads__link {
  color: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
  display: flex;
}

.ads__img {
  width: 80px;
  min-width: 80px;
  height: 80px;
  margin-right: 16px;
}

.ads__info {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.ads__title, .ads__body {
  margin: 0;
}

/*# sourceMappingURL=index.b86892f6.css.map */
