* {
    margin: 0;
    padding: 0;
}

body .container {
    background: #0d0d0d;
    color: white;
    font-family: "Source Code Pro", "monaco", "PT Mono", "Courier", monospace;
    font-size: 14px;
    color: #cecece;
    line-height: 15px;
    letter-spacing: 0.5px;
    font-weight: 300;
    overflow:hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
