#page_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#page_stuff {
    width: 850px;
    max-width: 85vw;
    padding-bottom: 60px;
    font-size: 17px;
}

#page_stuff a {
    color: #1b93f5;
}