.container {
  height: 100%;
  width: 100%;
  display: grid;
  text-align:center;
}

.home-title {
  font-size: 50pt;
  margin-top: -60pt;
}


.subtitle-grid {
  display: flex;
  justify-content: space-evenly;
  width:70%;
  padding: 0;
  margin:auto;
}

.subtitle {
  font-size: 30pt;
}