body {
  color: #fff;
  font-family: 'Open Sans';
  font-size: 20px;
  font-weight: 300;
  background: radial-gradient(#c971a4, #5e1c5d);
}

a,
a:visited,
a:active {
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

.center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 70%;
}

.center .text {
  text-align: center;
  width: 536px;
  margin-top: 20px;
}

.footer {
  display: flex;
  justify-content: center;
  height: 30%;
}

.footer img {
  position: absolute;
  bottom: 0;
}

.logo {
  text-align: center;
  margin-bottom: 52px;
  margin-top: 52px;
}

.wrapper {
  width: 100vw;
  height: 100vh;

  display: flex;
  flex-direction: column;
  justify-content: center;
}

.wrapper.page {
  height: auto;
  margin-bottom: 50px;
}

.footer .links {
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
  z-index: 1;
}

.footer .links a {
  font-weight: 300;
  font-size: 14px;
}

@media (max-width: 1920px) {
  body {
    font-size: 16px;
  }

  .logo img {
    width: 60%;
  }

  .center > img {
    width: 40%;
  }

  .footer img {
    width: 50%;
  }
}
