@charset "UTF-8";
/* CSS Document */

body  {
    background-color: black;
    font-family: "Open Sans", "sans-serif";
    color: white;
    font-weight: 400;
    font-size: xx-large;
    text-align: center;
    margin-top: 256px;
}
