* {
    margin: 0;
    padding: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

body {
    width: 100%;
    height: 100vh;
    align-items: center;


}


.gameContent {
    width: 700px;
    height: 500px;
    background-color: black;
    background-image: linear-gradient(rgba(44, 42, 42, 0.7), rgba(171, 171, 169, 0.7)), url(./Game\ background.jpg);
    background-size: cover;
    position: relative;
    float: left;
}


.basket {
    width: 50px;
    height: 65px;
    background-color: rgba(0, 0, 0, 0);
    /* Set the alpha value to 0 for transparency */
    background-image: url(./29046-6-empty-easter-basket-image.png);
    background-size: cover;
    position: absolute;
    bottom: 15px;
    left: calc(50% - 25px);
}




.water {
    width: 100%;
    height: 15px;
    background-color: aqua;
    background-image: url(./daniel-sinoca-aanclsb0su0-unsplash\ \(1\).jpg);
    background-position: center;
    position: absolute;
    bottom: 0;

}


.egg {
    width: 25px;
    height: 35px;
    background-color: white;
    border-radius: 50%;
    position: absolute;

}



.box-content {
    width: 30%;
    height: 400px;
    display: grid;
    justify-content: right;
    padding: 50px 50px;
    background-color: rgb(117, 222, 226);
    border-radius: 15px;
    box-shadow: 0 25px 32px black;
    background-image: linear-gradient(rgba(0, 0, 0, 1.1), rgba(201, 255, 255, 0.1)), url(./Pictures/d4c1b56df5bc6094bcb340ca25bc9c6d.jpeg);
    background-position: center;
    background-size: cover;
    float: left;
    margin-left: 30px;
}

.text-area {
    text-align: center;
    font-size: 20px;
    color: white;
    line-height: 1.5;
}


.score {
    text-transform: uppercase;
    letter-spacing: 4px;
    color: rgb(234, 255, 0);
    text-align: center;
    margin-top: 20px;
    font-size: 75px;
}

h1 {

    position: relative;
    justify-content: center;
    align-items: center;
    float: below;

}