body {
    overflow: hidden;
}

.messageWrapper {
    height: 100vh;
    width: 100vw;
}

.message {
    gap: 5px;
    margin-top: -75px;
}

.message > h1 {
    font-size: 50px
}

.message >  p {
    text-align: center;
    margin: 0;
}

.redirectHref {
    text-decoration: none;
    color: blue;
}