html, body {
    height: 100%;
    width: 100%;
}

.page__container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.text__container {
    margin-bottom: 20px;
}