.container{
    height:100vh;
    width:100vw;
    background-image:url("gaia.jpeg");
    background-repeat:no-repeat;
    background-size:cover;
    background-position: center;
    position: relative;
    
}

.content-box {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: rgba(0, 0, 0, 0.6); /* Siyahın %60 şeffaf hali (Görüntüdeki gri efekt) */
    color: white;
    padding: 15px 25px;
    font-family: sans-serif;
    font-size: 14px;
    line-height: 1.6;
    border-radius: 4px; /* Köşeleri hafif yumuşatır */
    max-width: 500px;
}