body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100vh;
    background:  url(img/landing_bg.jpg) 50% 50% no-repeat;
    background-size: cover;
    display: table;
    
}

.container {
    margin-top: 100px;
}

h1 {
    color: mediumvioletred;
    font-family: Fredericka the Great;
    font-weight: 300;
    font-size: 500%;
    text-transform: uppercase;
    margin-bottom: 0;
    text-align: center;
}

p {
    color: wheat;
    font-family: Fredericka the Great;
    font-weight: lighter;
    text-transform: uppercase;
    letter-spacing: 15px;
    font-size: 20px;
    text-align: center;
    margin-top: 10px;
}

h2 {
    color: white;
    font-family: Fredericka the Great;
    font-weight: normal;
    font-size: 300%;
    text-transform: uppercase;
    margin-bottom: 0;
    text-align: center;
}

h2 a {
    color: white;
}

@media(max-width: 768px) {
    h1 {
        font-size: 300%;
    }
    
    p {
        font-size: 17px;
        letter-spacing: 10px;
    }
}

.counter {
    margin-top: 200px;
    text-align: center;
}