@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Slab Bold'), local('RobotoSlab-Bold'),
        url('roboto-slab.woff2') format('woff2'),
        url('roboto-slab.woff') format('woff');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'),
        url('open-sans.woff2') format('woff2'),
        url('open-sans.woff') format('woff');
}
#content {
    width: 900px;
    position:absolute;
    left:0; right:0;
    top:0; bottom:0;
    margin:auto;
}
h1 {
    font-family: 'Roboto Slab', Times New Roman, serif;
    font-size: 45pt;
    color: #c3272f;
    font-weight: 700;
}
#vote {
    font-size: 50pt;
    color: #5c74a5;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 800;
}
button {
    background-color: #5c74a5;
    color: #d1d4db;
    border: 1px solid #d1d4db;
    padding: 5px 10px;
    margin: 0 10px 50px 0;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    cursor: pointer;
    border-radius: 3px;
}
button:hover {
    background-color: #c3272f;
    color: #d1d4db;
}
#map {
    width: 900px;
    height: 600px;
    border: none;
}
