body {
    background-color: black; 
    font-family: 'Courier New', Courier, monospace;
    text-decoration-color: lawngreen;
    }

    
    

p1 {
    color: fuchsia;
    text-align: center;
    background-image: url("gif.gif");
}



    a {
        color: lawngreen;
        text-emphasis: none; text-align: center;  
        font-size: 20px; 
    }
    div {
        max-width: 70%;
        position: absolute;
        left: 1100px;
        top: 400px;
        z-index: 1;
        background-image: none;
    }

head {

}

h6 {
    color: hotpink; text-align: center;
   font-family: 'Courier New', Courier, monospace;
   font-size: 30px; font-weight: bold; font-style: italic; font-stretch: wider;

}
h6:hover {
    color: blue;

}

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


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