@font-face {
    font-family: "miner";
    src: url("../fonts/Minercraftory.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

html {
    height: 100%;
}

body {
    background-color: #453a2c;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: 0;
}

.main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 30px;
    padding: 0 30px;
}

.main-logo {
    margin-bottom: -20px;
}

.main-logo img {
    width: 250px;
}

.mailchimp {
    margin-top: 30px;
}

.mailchimp h3 {
    margin-bottom: 10px;
}

.mailchimp #mc_embed_signup #mc-embedded-subscribe {
    background-color: #906a3c;
    line-height: 34px;
    font-size: 15px;
}

.mailchimp #mc_embed_signup #mc-embedded-subscribe:hover {
    background-color: #6d502d;
}

h1,
h2,
h3,
h4,
h5,
h6,
.button {
    text-rendering: optimizeLegibility;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 5px;
    color: #c5a884;
    font-family: "Sue Ellen Francisco", cursive;
    text-transform: uppercase;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
    text-align: center;
    letter-spacing: 1px;
}

h1 {
    font-size: 60px;
    color: white;
    margin-bottom: 0;
}

.main-title-sub {
    margin-top: -5px;
    font-size: 45px;
    color: white;
}

h2 {
    margin-top: 20px;
    font-size: 30px;
    max-width: 1000px;
    text-transform: none;
    font-family: "Dosis", sans-serif;
    font-weight: 600;
    font-style: normal;
}

h2 p {
    margin: 0px;
}

h3 {
    color: white;
    font-size: 18px;
}

h4 {
    color: white;
}

@media only screen and (max-width: 768px) {
    .main {
        margin: 15px;
        padding: 0 15px;
    }

    .main-logo img {
        height: 200px;
        width: 200px;
    }

    h1 {
        font-size: 40px;
    }

    .main-title-sub {
        font-size: 30px;
    }

    h2 p {
        margin: 10px;
        font-size: 23px;
    }

    h4 {
        font-size: 15px;
    }
}