body {
    margin: 0;
    font-family: Arial, sans-serif;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: #121212;
    color: #E0E0E0;
    font-family: -apple-system,system-ui,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";
    font-size: 22px;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 10px 0;
}

header {
    position: absolute;
    top: 12vh;
    width: 100%;
    text-align: center;
    padding: 10px 0;
}

.content {
    text-align: center;
}

.quote {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    visibility: hidden;
}

.image-adi {
    width: 24px;
    height: 24px;
    margin-right: 4px;
}

.image-copy {
    width: 24px;
    height: 24px;
    color: #E0E0E0;
}

.generate {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.button-badge {
    display: none;
    background-color: #fa3e3e;
    border-radius: 2px;
    color: white;
    
    padding: 1px 3px;
    font-size: 10px;
    
    position: absolute;
    top: -4px;
    right: -4px;
}

#undo {
    display: none;
}