.home-container { width: 100%; display: flex; overflow: auto; min-height: 100vh; align-items: center; flex-direction: column; justify-content: flex-start; background-color: #adadad; } .home-text { font-size: 64px; align-self: center; margin-top: var(--dl-space-space-fourunits); text-align: center; } .home-button { width: 323px; height: 85px; font-size: 25px; align-self: center; margin-top: var(--dl-space-space-sixunits); text-align: center; border-width: 5px; background-color: var(--dl-color-gray-700); } .home-button1 { width: 323px; height: 85px; font-size: 25px; align-self: center; margin-top: var(--dl-space-space-threeunits); text-align: center; border-width: 5px; background-color: var(--dl-color-gray-700); } .home-button2 { width: 323px; height: 85px; font-size: 25px; align-self: center; margin-top: var(--dl-space-space-threeunits); text-align: center; border-width: 5px; background-color: var(--dl-color-gray-700); } .home-button3 { width: 323px; height: 85px; font-size: 25px; align-self: center; margin-top: var(--dl-space-space-threeunits); text-align: center; border-width: 5px; background-color: var(--dl-color-gray-700); } @media(max-width: 991px) { .home-text { text-align: center; } } @media(max-width: 767px) { .home-text { text-align: center; } } @media(max-width: 479px) { .home-text { text-align: center; } }