header{
    grid-area: header;
    height: auto;
    position: relative;
    margin: 1.5px;
    margin-top: 10px;

    border: 2px solid;
    overflow: hidden;
    background-repeat: no-repeat;
}
a:link, a:visited {
    color: #192030;
}
main{
    grid-area: main;
}
footer {
    grid-area: footer;
    align-items: center;
    text-align: center;
    color: white;
}
h1{
    margin: 3px;
    text-align: center;
}
h2{
    font-family: "Georgia";
    font-size: 30px;
    margin: 0;
    padding: 3px;
    color:    #192030;
    background-image: linear-gradient(to left,  #86454e,   #a8514c  );
    border-bottom: 2px solid #60667b;
}
.h2Blue {
    background-image: linear-gradient(to left,  #4a787b,   #709395  );
}
h3 {
    font-family: "Georgia";
    margin: 3px;
    margin-left: 0px;
    padding-left: 2px;
    background-image: linear-gradient(to left,rgba(59, 94, 88, 0), rgba(59, 94, 88, 0.2));
}
p {
    margin: 3px;
}
nav ul {
    list-style: none;
    margin: 3px;
    padding: 0 0 0 20px;
}
nav li {
    list-style: url(https://i.postimg.cc/sXb46tZj/yoyok.gif);
    margin: 0;
    margin-left: 5px;
    padding: 0;
}
.sticky {
    position: sticky;
    top: 0;
}
.flex {
    display: flex;
}
body {
        font-family: "Georgia";
        overflow-x: hidden;
        scrollbar-width: thin;
        background-image: url(https://bettysgraphics.neocities.org/images/backgrounds/music%20notes%203.gif);
        background-repeat: repeat;
        background-position: top;
        background-size:10%;
        image-rendering: pixelated;
        font-size: large;
    }

    .container {
        background: rgba(255, 255, 255, 0.12);
        border-radius: 16px;
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(5.8px);
        -webkit-backdrop-filter: blur(5.8px);
        max-width: 1030px;
        padding: 8.5px;
        border-radius: 5px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .draggable {
    position: absolute;
    z-index: 10;
    display: inline;
    width: 100%;
    height: 80px;
}
.draggable img {
    width: auto;
    height: 100%;
}