.home__container {
    height: 100%;
}

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

.text__style {
    font-size: 30px;
    font-weight: bold;
}