#generatedImage {
    border: 1px solid black;
    padding: 0.25rem 1rem;
    font-weight: 400;
    user-select: none;
    text-decoration: line-through;
    font-style: italic;
    font-size: larger;
    width: 82%;
    margin-top: 0.5rem;
}

#imageRotate {
	display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-left: auto;
}

#user-input {
    display: flex;
    justify-content: flex-start;
    width: 70%;
    align-items: center;
}

#submitCaptcha {
	height: 100%;
    padding-left: 0.5rem;
    border-radius: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
    border-image: initial;
    min-height: 2rem;
}

#key {
    color: red;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    margin-top: 0.5rem;
    font-size: 12px;
}