.home-page{
    background-image:URL("/images/2025-Game.jpeg");
    background-position: center;
    background-size:cover;
    min-height: 100vh;
    width: 100%;

}

.text-white{
    color:white !important;
}

.white-outline-text {
    color: white;
    text-shadow:
        -1px -1px 0 black,
         1px -1px 0 black,
        -1px  1px 0 black,
         1px  1px 0 black;
}
