.tt {
    background-image: url('/images/SL Mine1s.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 70vh;
    position: relative; /* Enables absolute positioning inside */
}

    .tt h1 {
        position: absolute;
        bottom: 20px; /* Adjust this as needed */
        left: 50%;
        transform: translateX(-50%);
        color: white;
        font-size: 50px;
    }
