body {
    background-color: black; 
    font-family: 'Courier New', Courier, monospace;
    text-decoration-color: lawngreen;
    background-image: url("web.gif");
    }

    div {
        background-image: url("gif.gif");
    }
    .sanrio {
        overflow: hidden;
        display: inline-block;
        max-width: 20%;
        max-height: 60%;
        padding: 30px;
        align-items: center;
        
    }

    /* img {
        padding: 10px;
        border: dotted;
        border-color: solid black 10px;
    } */

    h1 {
        color: hotpink; text-align: center;
       font-family: Arial, Helvetica, sans-serif;
       font-size: 30px; font-weight: bold; font-style: italic; font-stretch: wider;
       text-emphasis: shadow 2px; text-shadow: blueviolet;
    }

    h5 {
        color: lawngreen;
    }
h5:hover {
    color: blue;

}

head {

}
    img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
div {
    max-width: 10%;
    position: absolute;
    left: 60px;
    top: 60px;
    z-index: 1;
    background-image: none;
}

footer {
    
}
    img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
