body, html {
    margin: auto;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgb(255, 255, 255);
}

.text-container {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    text-align: center;
    line-height: 1.5;
    font-family: Blogger Sans;
    font-weight: medium;
    font-size: 2.25rem;
}

.pt {
    color: rgb(202, 0, 0);
}