html {
   height: 100%;
}

body {
   align-items: center;
   background: #f00;
   display: flex;
   height: 90%;
   justify-content: center;
}

p {
   color: #d00;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 50px;
}
