body{
    background-color: black;
}
h1{
    text-transform: uppercase;
    font-size: 3rem;
}
.meme{
    width: 50%;
    margin-left: 25%;
    margin-top: 100px;
    color: white;
    text-align: center;
}
.meme-image{
    border: 5px solid white;
    width: 100%;
}