html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

.full-page-text {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.full-page-text p {
    text-align: center;
    font-size: 24px;
    width: 100%;
}

p {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}