@font-face {
    font-family: 'Lufga';
    src: url('LufgaBold.eot');
    src: url('LufgaBold.eot?#iefix') format('embedded-opentype'),
        url('LufgaBold.woff2') format('woff2'),
        url('LufgaBold.woff') format('woff'),
        url('LufgaBold.ttf') format('truetype'),
        url('LufgaBold.svg#LufgaBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lufga';
    src: url('LufgaRegular.eot');
    src: url('LufgaRegular.eot?#iefix') format('embedded-opentype'),
        url('LufgaRegular.woff2') format('woff2'),
        url('LufgaRegular.woff') format('woff'),
        url('LufgaRegular.ttf') format('truetype'),
        url('LufgaRegular.svg#LufgaRegular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body {
    background-color: #1e1a1e;
    color: #fff;
    padding: 20px;
    font-family: 'Lufga', sans-serif;
}

.herosection {
    max-width: 950px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.herosection p {
    max-width: 440px;
    margin: 0 auto;
    margin-bottom: 15px;
    line-height: 125%;
}

.image img {
    width: 100%;
    height: auto;
    max-width: 700px;
}

h1 {
    font-size: 4rem;
    font-weight: bold;
    margin-bottom: 5px;
}

h2 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 30px;
}

.button {
    background-color: #da121a;
    color: #000;
    padding: 11px 20px;
    font-weight: bold;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    transition: all 200ms ease-in-out;
    font-size: 1.1rem;
    margin-bottom: 15px;
}

.button:hover {
    background-color: #b00e14;
    color: #fff;

}

.cross {
    margin-top: 15px;
}

@media only screen and (max-width: 600px) {
    .herosection p {
        padding: 0 20px;
        max-width: 350px;
    }
    
    h1 {
        font-size: 2.5rem;
        margin-bottom: 5px;
    }
    
    h2 {
        font-size: 1.25rem;
        margin-bottom: 30px;
    }
}