body {
  background-color:  #F6F5F2;
  color: #1E0342;
  font-family: Montserrat;
  padding: 0;
  margin: 0;
}
h1 {
  font-size: 12rem;
  font-weight: 100;
}
.container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100vh;

}