body, html {
    height: 100%;
}

.container {
   height: 100%;
  justify-content: center;
  align-items: center;
  width: 85vw;
  padding: 30px;
}

.title {
    font-weight: bold;
    font-size: 1.3em;
}

.row {
    padding-top: 50px;
}