﻿
.center-div {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -120px;
    margin-left: -320px;
    width: 600px;
    height: 200px;
    text-align: center;
}



h1 {
    font-family: 'Museo 300';
    text-transform: uppercase;
    font-size: 33px;
}

h2 {
    font-family: 'Museo 300';
    line-height: 0;
    font-size: 26px;
}


.leftContent {
    height: 100%;
    width: 100%;
}