

body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url('background.jpg');
    background-repeat: repeat;
    filter: blur(5px);
  }

#abtmehdln{
    text-align: center;
    font-family: fantasy;
    font-size: xx-large;
    color: aqua;
}

    .abtmetxt {
        margin-top: 30px;
        text-align: center;
        color: aquamarine;
        font-size: xx-large;
    }

    #aboutmeintxt {
        color: #e000e0;
        text-align: center;

    }

    #aboutmeintxt1 {
        color: #e000e0;
        text-align: center;

    }
    

    #aboutmeintxt2 {
        color: #e000e0;
        text-align: center;

    }
    

   
    
    
 
    div.gallery {
        width: 1000px;
        height: 500px;
        border: 1px solid #ccc;
        box-sizing: border-box;
        text-align: center;
        float: left;
        padding: 20px;
        margin: 100px;
        margin-left: 130px;
    }

    div.gallery:hover {
        border: 1px solid #777;
    }

    div.desc {
        text-align: center;
        font-size: x-large;
        color: red;
    }

    

      

      
       

      

      #back {
        text-align: center;
        margin-top: 200px;
    
    }


    #copyright {
        text-align: center;
        margin-top: 400px;
        padding: 20px;
        color: rgb(0, 0, 0);
    }
