
footer {
    position:relative;
    bottom:-920px;
    width:50%;
    height:50px;
    background-color:#96dcc6;   
    text-align: left;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    border: 2px solid #417b78;
    padding-top: 15px;
    padding-left: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    color: #333;
    z-index: 100;
    opacity: 0.9;
    transition: opacity 0.3s ease;
    margin-bottom: 20px;
    background-image: url("../images/miku.webp");
    background-size: cover;

}


#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, 2);
    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;
}


div.sticky {
  position: sticky;
  top: 0;
  padding: 5px;
  background-color: #96dcc6;
  border: 2px solid #417b78;
  text-align: center;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}


div.absolute {
    position: absolute;
    top: 600px;
    right: 620px;
    background-color: #f9f9f9;
    padding: 10px;
    border: 2px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    color: #333;
    z-index: 10;
    width: 200px;
    text-align: center;
    opacity: 0.9;
    transition: opacity 0.3s ease;
    margin-bottom: 20px;
    background-image: url("../images/miku.webp");
    background-size: cover;
    backdrop-filter: blur(5px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    font: bold;
}

img {
    width: 250px;
    height: 1000px;
    border-radius: 50%;
    border: 2px solid #ccc;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-top: 10px;
    position: static;
    display: block;
    margin-left: right;
}

a {
    position: fixed;
    bottom: 10px;
    right: 10px;    
    z-index: 1000;
    background-color: #96dcc6;
    border: 2px solid #417b78;
    padding: 10px;
    border-radius: 5px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
    color: #356856;
}

p {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    color: #333;
    line-height: 1.6;
    margin: 20px;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    text-align: left;
}


