*{
    margin: 0;
    box-sizing: border-box;
    font-family: 'Arial', sans-serif;
}



body{
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    ba
    background-color:white;
    background-size:cover;

}
.glass-container{
    width: 300px;
    height: 350px;
    position: relative;
    z-index: 1;
    background: rgba(255,255,255,0.1 );
    box-shadow: 0  4px 6px rgba(0, 0green, 0blue, 0.1;
    border-radius: 10px;
    border: 1px solid #fff;
}