*,
*:before,
*:after
{
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

.island
{
   background-color: #060C10;
   display: block;
   max-width: 1100px;
   margin: 0 auto;
}

body
{
   
   color: #FFFFFF;
   font-family: Arial, Calibri, Helvetica, sans-serif;
}

h1
{
   display: block;
   color: #FCB720;
}

a
{
   color: #FFFFFF;
}