body > div.container {
  display: flex;
  align-items: center;
  height: 100vh;
}

body > div.container > div.row {
  width: 100%;
}

header,
main {
  margin-bottom: 4rem;
  text-align: center;
}

main h1 {
  margin-bottom: 4rem;
  font-weight: 400;
}

main p {
  font-size: 1.8rem;
  font-weight: 300;
}

main a {
  color: #0e6ce4;
}

main a:hover {
  color: #dc125c;
  cursor: pointer;
}
