*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100vh;

}

.meme img{
    margin-top: 5rem;
    width: 30rem;
    height: 30rem;
}