body {
  text-align: center;
  background: url(../img/china-wall.jpg); 
  color: #000;
}

h1, a:hover {
  color: #f0ad4e;
}

h4, h5 {
  color: #fff;
}

.col-sm-8 {
  background-color: rgba(0, 0, 0, 0.45);
}

#out1, #out2 {
  padding-top: 10px;
  color: #fff;
}

a {
  text-decoration: none;
  color: #1B1BB3;
  font-size: 14px;
}

a:hover {
	text-decoration: none;
}

// .colortext { 
//     padding-left: 5px;
//    }

input {
    max-width: 500px;
    padding-left: 5px;
}

p {
  color: #fff;
}

.code {
    background-color: rgba(0, 0, 0, 0.1);
    color: #fff;
    font-family: monospace;
    font-size: large;
    line-height: 1;
    padding: 4px;
    word-break: break-all;
    font-size: 12px;
}


footer {
  color: #ecf0f1;
}

//прижать футер к низу
* {
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
}
.container {
  display: table;
  height: 100%;
}
.row {
  display: table-row;
  height: 100%;
}