body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-image: linear-gradient(0, #282269 25%, #5d55b3 90%);
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  height: calc(100vh - 250px);
  margin: 0;
}
code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, Courier New, monospace;
}
@media (max-width: 786px) {
  body {
    box-sizing: border-box;
    height: calc(100vh - 150px);
    margin: 0;
    padding: 0;
  }
}
* {
  box-sizing: border-box;
}
.App {
  text-align: center;
}
.App-logo {
  height: 40vmin;
  pointer-events: none;
}
@media (prefers-reduced-motion: no-preference) {
  .App-logo {
    animation: App-logo-spin 20s linear infinite;
  }
}
.App-header {
  align-items: center;
  background-color: #282c34;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: calc(10px + 2vmin);
  justify-content: center;
  min-height: 100vh;
}
.App-link {
  color: #61dafb;
}
@keyframes App-logo-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.container {
  align-items: center;
  background-image: linear-gradient(0, #2a156f, #ad86d4);
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  margin: 250px auto auto;
  width: 800px;
  z-index: 0;
}
.quote {
  color: #fff;
  font-size: 32px;
  padding: 60px 110px;
  text-align: center;
  z-index: 1;
}
.line {
  background: #bca9ff;
  border-radius: 5px;
  height: 7.5px;
  width: 680px;
  z-index: 1;
}
.bottom {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 30px 0;
  z-index: 1;
}
.author {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  z-index: 1;
}
.icons {
  display: flex;
  gap: 40px;
  z-index: 1;
}
.icons img {
  cursor: pointer;
  height: 36px;
  z-index: 1;
}
@media (max-width: 786px) {
  .container {
    align-items: center;
    margin-top: 150px;
    width: 90%;
  }
  .quote {
    font-size: 24px;
    padding: 40px 20px;
  }
  .line {
    height: 5px;
    width: 90%;
  }
  .bottom {
    flex-direction: column;
    gap: 20px;
    height: 150px;
  }
  .author {
    font-size: 18px;
  }
  .icons {
    gap: 100px;
  }
  .icons img {
    height: 28px;
  }
  .base {
    margin: 0 40px;
  }
}
/*# sourceMappingURL=main.f1748812.css.map*/
