/*Fonts*/
@font-face {
    font-family: 'Lobster13Regular';
    src: url('Lobster_1.3-webfont.eot');
    src: local('<img draggable="false" role="img" class="emoji" alt="☺" src="https://s.w.org/images/core/emoji/13.0.1/svg/263a.svg">'), url('Lobster_1.3-webfont.woff') format('woff'), url('Lobster_1.3-webfont.ttf') format('truetype'), url('Lobster_1.3-webfont.svg#webfontcOtP3oQb') format('svg');
    font-weight: normal;
    font-style: normal;
}
 
body {
    background: #731e1e;
    color: #fff;
}
 
h2 {
    font-size: 20px;
    line-height: 20px;
    font-family: 'Lobster13Regular', Helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
    text-shadow: rgba(0, 0, 0, .2) 3px 3px 3px;
/*text stroke*/
    -webkit-text-stroke: 4px rgba(0, 0, 0, .6);
}