* {
  margin: 0;
  padding: 0;
  font-family: 'Inconsolata', monospace;
}

.header{
  margin-right: auto;
  margin-left: auto;
  height: 100px;
}

.header p{
  margin:0; 
  padding: 16px; 
  /*font-size: 40px;
  letter-spacing: 2px;*/
  font-size: 32px;
  color: #DCDCDC;
}

body {
  color: #bee289;
  font-size: 16px;
  background: #1A1A1A;
}

.row {
  width: 90%;
  height: 80vh;
  margin-right: 5%;
  margin-left: 5%;
}

.column {
  float: left;
  padding: 8px 8px;
  height: 100%;
}

.left {
  width: 70%;
}

.right {
  width: 20%;
  font-weight: 900;
}

.column p {
}

.input {
  border: none;
  outline: none;
  color: #DCDCDC;
  background-color: transparent;
  font-size: 16px;
  width: 100%;
  height: 100%;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}
