html{
    font-family: monospace, serif;
}

body{
    text-align: center;
}

#hero{
    display: block;
    width: 100%;
    height: 20rem;
    background-image: url('img/mm-tt-hero.jpg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    text-indent: -9999rem;
    margin-top: 4rem;
}
