table {
    border-collapse: separate;
    border-spacing: 50px 0;
    width: 100%;
  }
  
body {
    background-color: #222;
    
}

* {
    color: white;
    font-family: 'Courier New', Courier, monospace;
    font-size: 20px;
    white-space: nowrap;
    text-align: left;

}

button, input {
    background-color: white;
    color: #222;
}

input {
    width: calc(100% - 100px)
}

:link {
    color: white
}

:visited {
    color: white
}

#iframe {
    top: 0;
    position: absolute;
    left: 0;
    width: 100vw;
    height: 100vh;
}