.meme-button {
    background-color: #0085ba;
    border-radius: 0.33rem;
    border-color: var(--wp--preset--color--contrast);
    border-width: 0;
    color: var(--wp--preset--color--base);
    font-family: inherit;
    font-size: var(--wp--preset--font-size--small);
    font-style: normal;
    font-weight: 500;
    line-height: inherit;
    padding: 10px;
    margin: 5px;
    text-decoration: none;
}

.meme-button:hover {
    background-color: #6c6c6c;
    cursor: pointer;
}

.meme-img {
    width: 100%;
}