.title {
  height: 20em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.title h1 {
  display: flex;
  font-family: "Syncopate", sans-serif;
  font-size: 100;
}

h1 {
  width: 100%;
  text-align: center;
  margin: 0;
}

h1 span {
  font-family: "Syncopate", sans-serif;
  background: #fff;
  font-size: 100;
  padding: 0 10px;
}

p {
  font-family: "Baloo Tammudu 2", cursive;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50;
  color: darkgray;
}
