.excellent {
    display: block;
    margin: 40px 40px 40px 0;
    font-size: 30px;
    color: #f1ebe5;
    text-shadow: 0 8px 9px #c4b59d, 0px -2px 1px #fff;
    font-weight: bold;
    text-align: center;
    background: linear-gradient(to bottom, #ece4d9 0%,#e9dfd1 100%);
    border-radius: 10px;
    line-height: 60px;
    cursor: default;
}
h1#fire {
    text-align: center;
    margin: 10px auto;
    font-family: "League-Gothic", Courier;
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 0 20px #fefcc9, -2px -5px 13px #feec85, -5px -8px 18px #ffae34, -5px -1px 35px #ec760c, 4px -6px 6px #cd4606, 0 -4px 0px #973716, -1px -2px 11px #451b0e;
 }