body,html {
font-family:'News Cycle',sans-serif;
font-weight:900;
font-size:12px;
color:#000;
letter-spacing:2px;
overflow-x:hidden;
margin: 0px;
padding: 0px;
}
.button-secondary {
            background: rgb(66, 184, 221); /* this is a light blue */
    font-family:'News Cycle',sans-serif;
    font-weight: 900;
}
header {
    width: 100%;
    text-align: center;
    font-size: 30px;
}
header img {
    position: relative;
    margin: auto;
}
header span {
    font-size: 22px;
}
header .choices {
    text-align: left;
    margin: auto;
    width: 50%;
    font-size: 22px;
    text-transform: uppercase;
}
header .choices img {
    float: left;
    padding-right: 20px;
    margin: auto;
    width: 60px;
}
header .choices .column-left{ float: left; width: 33%; }
header .choices .column-right{ float: right; width: 33%; }
header .choices .column-center{ display: inline-block; width: 33%; }