@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

html, body, .page-content  { height: 100%; padding: 0; margin: 0; }

.pe--redirect   { 
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: start;
    width: 100%; height: 100%; background-color: #ece8e8; 
    font-family: 'Roboto', sans-serif;
}

.pe--redirect .content  {
    width: 100%;
    max-width: 600px;
    margin: 4rem 1.5rem 1.5rem 1.5rem;
    padding: 2rem;
    background-color: #FFF;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.25);
    text-align: center;
}
.pe--redirect .content .w400    { font-weight: 400; }
.pe--redirect .content h1    { font-weight: 700; }