section {
    background-color: rgb(255, 255, 255);
    text-align: center;
    border: 3.5px solid rgb(0, 0, 0);
    border-radius: 10px;
    margin: 20px;   
    padding: 20px;
    box-shadow: 0 4px 8px rgba(2, 2, 2, 0.2); /* fixed alpha */
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 20px;
    color: rgb(0, 0, 0);
    transition: transform 0.3s ease;
    z-index: 1;
    position: relative;
    backdrop-filter: blur(50px);
    opacity: 0.9;
}

#background {
    background-image: url(Images/miku.webp);
    background-size: cover;
    position: static;
    height: 1200px;
    border: 2px solid rgb(255, 255, 255);
    margin: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(2, 2, 2, 0.2); /* fixed alpha */
    overflow: hidden;
    transition: transform 0.3s ease;
    z-index: -1;
}

h1 {
    color: rgb(0, 0, 0);
    font-size: 50px;
    text-align: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    padding-top: 20px;
}


#firstimg {
    width: 400px;
    height: 300px;
    border: 3.5px solid rgb(0, 0, 0);
    border-radius: 10px;
    margin: 20px;   
    padding: 20px;
    box-shadow: 0 4px 8px rgba(2, 2, 2, 0.2); /* fixed alpha */
    transition: transform 0.3s ease;
    z-index: 1;
    position: relative;
    opacity: 1.0;
}

#secondimg {
    width: 350px;
    height: 650px;
    border: 3.5px solid rgb(0, 0, 0);
    border-radius: 10px;
    margin: 20px;   
    padding: 20px;
    box-shadow: 0 4px 8px rgba(2, 2, 2, 0.2); /* fixed alpha */
    transition: transform 0.3s ease;
    z-index: 1;
    position: relative;
    opacity: 1.0;
    
}