


#inkwell1 {
    bottom: 100px;
    left: 140px;
    position: fixed;
}
#inkwell2 {
    bottom: 100px;
    left: 140px;
    position: fixed;
    visibility: hidden;
}
#letter {
    font-family: Comic Sans MS;
    font-size: 26px;
    font-weight: bold;
    margin: 50px auto;
    position: relative;
    width: 70%;
}
#letter_src {
    display: none;
}