body{
    background-color: black;
    font-family: "Libre Baskerville", serif;
    color: white;
}

h1{
 text-transform: capitalize;;
}
.meme-container{
  
    width:50%;
    margin-left: 25%;
    padding-right: 10px;
}

.libre-baskerville-regular- font {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: normal;
}


img{
    border:5px solid white;
    width: 100%;
    margin-right: 20px;

}