body {
   font-family: "Poppins";
}

.title {
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   text-align: center;
}

.subtitle {
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   text-align: center;
   margin: 20px 0 20px 0;
}

.text {
   margin-top: 20px;
   padding: 0 10px 0 10px;
   text-align: center;
}