﻿body {
    font-family: 'Merriweather', serif;
    margin: 0;
    background: #fdfdfd;
    color: #333;
}

.hero {
        color: #BB933D;
        font-size: 1.9rem;
        text-align: center;
    }

.center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
