/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */

body{
    background:#861a22;
    color:#FFFFFF;
    font-family: 'Montserrat', normal, sans-serif;
}

.holder{
    width: 480px;
    text-align: center;
    margin: 0 auto;
    padding-top: 120px;
}
.holder h1 {
    font-family: 'Montserrat', normal, sans-serif;
    font-size:5em;
    color:#FFFFFF;
    text-shadow: 3px 3px 0 #e3e3e3;
    line-height: 27px;
    margin-top: 12px;
    margin-bottom: 10px;
}
.holder h1 span.tbl{
    font-family: 'Montserrat', normal, sans-serif;
    font-size:35px;
    color:#FFFFFF;
    line-height:1em;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 1;
    text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.3);
}
.holder h1 span {
    font-family: 'Montserrat', normal, sans-serif;
    font-size:1em;
    color:#FFFFFF;
    line-height:1em;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 1;
    text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.3);
}
p{
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
    font-family: 'Montserrat', normal, sans-serif;
}
