.wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  height: 100vh;
  justify-content: center;
  text-align: center;
  width: 100vw;
}

.message {
  font-size: 26px;
}

.foot-note {
  font-size: 16px;
}

.logo {
  background-image: url(/img/logo.svg);
  height: calc(89.1px / .8);
  width: calc(308.8px / .8);
}

a:link,
a:visited {
  color: rgb(51, 102, 153);
  text-decoration: none;
}