body {
    visibility: visible!important;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    height: 100dvh;
    padding: 0;
}

p {
    color: black;
    font-size:xx-large;
    font-weight: bold;
}