h1 {
    font-family: cursive;   
}
  
body {
    
 background-image: url("https://images.unsplash.com/photo-1526374965328-7f61d4dc18c5?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=750&q=80");
 margin: 10px;
 

}
.notification{
    border: 2px solid red;
    border-radius: 12px;
    background-image: url("https://images.unsplash.com/photo-1575578285291-905e55d5a789?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=634&q=80");
    width: 100%;
    height: 100%;
    display: block;
   

}
.notification:hover {
    width: 100%;
    height: 100%;
  }
  
#memes {
    width: 100%;
}

#center{
    max-width: 500px;
    margin: auto;
    padding: 10px;
}
#upper, #lower{
    border-radius: 15px;
    border: 2px solid 
}


