/* =====================
   КОНТЕНТ
===================== */
.container {
  padding: 60px 30px;
  max-width: 900px;
  margin: auto;
  position: relative;
  z-index: 1;
}

h1 {
  font-size: 1.8rem;
  margin-bottom: 10px;
  color: #c90060;
}
h2 {
  font-size: 1.8rem;
  margin-bottom: 10px;
  color: #c90060;
}

a {
  color: #00b9a9;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.footer {
  text-align: center;
  font-size: 0.8rem;
  margin-top: 40px;
  margin-bottom: 40px;
  color: #888;
}
.status-amber-text {
    color: #f29d3d;
}
.status-error-text {
    color: #ff3b3b;
}
.status-initial-text {
    color: #00b9a9;
}
.status-fine-text {
    color: #33aa38;
}