body {
    background-color: black;
}
    
h1 {
    text-transform: capitalize;
    font-size: 3rem;
}

.poster {
    width: 50%;
    margin-left: 25%;
    margin-top: 100px;
    color: white;
    font-family: "Libre Baskerville", serif;
    text-align: center;
}

.motivationalmeme{
    border: 5px solid white;
    width: 100%;
}