#ss-inner-wrap {
    background: rgb(252, 176, 69);
    background: linear-gradient(-33deg, rgba(252, 176, 69, 1) 0%, rgba(253, 29, 29, 1) 50%, rgba(131, 58, 180, 1) 100%);
}
#textWheel {
    z-index: 1;
}
#cipherWheel {
    z-index: 2;
}
/* Form Elements */
#cipherTextField {
    width: 95%;
    height: auto;
    background-color: #fff;
    border: none;
    font-size: 150%;
    line-height: 150%;
    padding: 2%;
    margin: 10px auto 10px auto;
}
#cipherTextField:focus {
    border: none;
    outline: none;
}