  html { overflow:  hidden; }
* {
    margin: 0;
    padding: 0;
}

body {
   
}
#inkwell1 {
    bottom: 100px;
    left: 140px;
    position: center;
}
#inkwell2 {
    bottom: 100px;
    left: 140px;
    position: center;
    visibility: hidden;
}
#letter {
    font-family: Georgia, 'Times New Roman', Times, Serif;
	text-align: center;
	color: #c7370c !important;
    font-size:26px;
    font-weight: bold;
	font-style: italic;
	text-shadow: 2.1px 2.1px 3px rgb(40, 89, 215), 2.8px 2.8px 3px rgb(40, 89, 215), 3.5px 3.5px 4px rgb(40, 89, 215), 4.2px 4.2px 3px rgb(40, 89, 215), 4.9px 4.9px 3px rgb(40, 89, 215);
    display: table-cell;
	word-wrap: break-word;
	height: 149px;
    width: 1300px;
	margin: 0px auto;
    position: center;
    width: 100%;
}
#letter_src {
     
    display: none;
}