.welcomeContainer { display: flex; flex-direction: column; justify-content: center; align-items: center; height: 85dvh; max-width: 500px; margin: 0px auto; text-align: center; } .welcomeContainer p { font-family: "Quicksand"; font-size: 20px; color: white; }