.heading {
    font-family: sans-serif;
    font-size: 50px;
    font-style: oblique;
    margin-top: 5px;
}

.cs-text {
    /*text-align: center;
	margin-top: 70px;*/
    margin-top: 70px;
    min-width: 18em;
}

.cs-text .char {
    /*width: 90px;
	height: 100px;
    font-size: 60px;
    line-height: 100px;
	margin: 10px 3px;*/
    width: 35px;
    height: 45px;
    font-size: 25px;
    line-height: 50px;
    margin: 5px 1px;
    display: inline-block;
    background: #e4d095;
    color: #2a1f1b;
    border-radius: 4px;
    font-weight: 550;
    text-align: center;
    cursor: default;
    font-family: "Spinnaker", Arial, sans-serif;
    text-shadow:
        1px 1px 1px rgba(255, 255, 255, 0.9),
        0 -1px 1px rgba(255, 255, 255, 0.2);
    text-transform: uppercase;
    box-shadow:
        1px 7px 15px rgba(0, 0, 0, 0.8),
        inset 3px 0 2px rgba(255, 255, 255, 0.4),
        inset 0 3px 0px rgba(255, 255, 255, 0.5),
        inset -2px -3px 0px rgba(143, 128, 82, 0.6);
    
}

.cs-text sub {
    font-size: 40%;
}


