html,
body {
  width: 100%;
  height: 100%;
}

html {
  font-size: 62.5%;
}

body {
  font-family: Roboto, sans-serif;
  background-image: url(./img/background.png);
}

.logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.logo {
  width: 60rem;
}

.helper-text {
  font-size: 1.8rem;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.3rem;

  position: absolute;
  bottom: 0;
  width: 100%;

  padding-bottom: 8rem;
}
