* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative; }

html, body, div, span, h2, h3, h4, h5, h6, p, a, img, b, i, ul, li, form, label, table, tbody, tr, td, aside, footer, header, nav,
section, input, button {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

a {
  text-decoration: none; }

ul {
  list-style: none; }

body {
  width: 100%;
  height: 100vh;
  font-family: Arial, Helvetica,sans-serif;
  background-color: #200D2B; }

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh;
  background: radial-gradient(50% 50% at 50% 50%, #311442 0%, #200D2B 100%);
}

.logo__image {
  width: 150px;
  height: 144px;
  margin-bottom: 32px;
}
  @media screen and (min-width: 768px) {
    .logo__image {
      width: 172px;
      height: 165px;
      margin-bottom: 40px; 
    } 
  }

  @media screen and (min-width: 1680px) {
    .logo__image {
      width: 172px;
      height: 165px;
      margin-bottom: 64px; 
    } 
  }

.logo__text {
  padding: 0 38px;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  color: rgba(244, 184, 255, 0.5);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

/*# sourceMappingURL=main.css.map */
