.meme-generator {
    margin: 20px auto;
    width: auto;
    font-family: sans-serif;
}

.meme-container {
    margin-top: 40px;
    display: flex;
    max-width: 360px;
    min-width: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    position: static;
    padding-left: 20px;
    padding-right: 20px;
}

.meme-generator label {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}

.meme-generator input {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 20px;
}

#meme {
    width: 100%;
    border: solid;
    border-width: 1px;
    border-color: black;
    background-color: grey;
}

#download-btn {
    width: 100%;
    font-size: 16px;
    padding: 10px;
    position: relative;
    z-index: 99;
}