* {
  padding: 0;
  margin: 0;
  font-family: "Trebuchet MS", Verdana, Arial;
  font-size: 12px;
  background-color: #FFFFFF;
}

#container {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
}

#logo {
  font-size: 48px;
  color: #FF6A00;
}

#description {
}

#contacts {
  margin-top: 50px;
}

#terminator {
  color: gray;
}