html {
  height: 100%;
  font-family: 'Roboto', serif;
}

body {
  height: 100vh;
}

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

.mainContainer img {
  width: 350px;
}

.mainContainer p {
  text-align: center;
}

.mainContainer p > a {
  color: #708298;
}