body {
  background-color: #363777;
 }

 .center-screen {
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   text-align: center;
   min-height: 97vh;
 }

p {
  font: 300 24px/1  'IBM Plex Sans', sans-serif;
  color: white;
  margin: 20px 0;
}

p:last-of-type {
  font-weight: 500;
}
