

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html {


height: 100%;
border-radius: 0px;
background-color: #1e2d14;
}

body {
display: none;
}


