* {
  -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-color: #222222;
  background-image: radial-gradient(50% 50% at 50% 50%, #1A1F24 0%, #0E1012 100%);
}

.logo__image {
  width: 170px;
  height: 110px;
  margin-bottom: 32px;
  object-fit: contain;
}

@media screen and (min-width: 768px) {
  .logo__image {
    width: 207px;
    height: 132px;
    margin-bottom: 40px; 
  } 
}

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