@CHARSET "UTF-8";

body {
    margin: 5px;
    padding: 0;
    font: 100%/1.2 helvetica, arial, sans-serif;
    color: #444;
    background: #fff;
}
.full_logo{
    height: 96vh;
    background-image: url('/img/nowthis.io.png');
    background-repeat: no-repeat, repeat;
    background-position: center;
}
