/*=============================================
-----------------------------------
Copyright (c) 2016 Emmanuel Vaccaro
-----------------------------------
@file: style.css
@date: 24/03/2016
@author: Emmanuel Vaccaro
@brief: Defines the style of the page
===============================================*/

body
{
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

#content
{
    position: relative;
}

ul
{
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    position: absolute;
    margin: 0 auto;
    top: 0;
    left: 0;
    list-style-type: decimal;
    font-family: 'Open Sans';
}
