html, body, .main-div {
    min-height: 100vh;
}

.main-div {
    background-color: #d0d0d0;
}

.text-title {
    font-size: 3rem;
}
