body {
  width: calc(100% - 4em);
  max-width: 32em;
  margin: 6em auto 4em;
  padding: 2em;
  background-color: #161b1d;
  font-size: 14px;
  font-family: "DM Sans", sans-serif !important;
  color: #586c74;
}

a.link {
  color: #7ab800;
  text-decoration: none !important;
  font-size: 1.5rem;
  display: inline-flex;
  align-items: center;
  margin: 3rem 0 1rem;
  line-height: 3rem;
  transition: transform 0.25s ease-in-out;
}

a.link:hover {
  transform-origin: left;
  transform: translateX(0.15rem);
  transition: transform 0.15s ease-in-out;
}

a.link:hover svg {
  transform-origin: center;
  transform: scale(1.3) translateX(0.25rem);
  transition: scale 0.25s transform 2.5s ease-in-out;
}

a.link svg {
  display: inline;
  height: 1.5rem;
  width: 1.5rem;
  margin-left: 0.25rem;
  fill: #7ab800;
  transition: all 0.25s ease-in-out;
}

h1 {
  margin: 1.5em 0;
}

table {
  border-collapse: collapse;
  width: 100%;
  color: #fff;
}

td,
th {
  border-bottom: 1px solid #596266;
  text-align: left;
  padding: 8px;
}

th {
  font-size: 1.25em;
}

td {
  align-items: center;
}

td:not(:first-child) {
  font-family: 'DM Mono',monospace;
}

.logo {
  max-width: 18rem;
}

.text-center {
  text-align: center;
}

.wrapper {
  width: calc(100% - 3rem);
  margin: 0 auto;
  max-width: 34rem;
  padding: 1.5rem;
}

img {
  width: 100%;
  max-width: 18rem;
  margin-top: 0;
  margin-bottom: 1rem;
}

h1 {
  font-weight: 700 !important;
  font-size: 3rem !important;
  margin: 3rem 0 1rem !important;
}



.message {
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  line-height: 2.75rem;
  margin: 0 0 2rem;
}

.brand-bumper {
  width: 6rem;
  height: 0.25rem;
  display: block;
  background-color: #7ab800;
  border-radius: 0.25rem;
  margin: 2rem 0;
}

footer {
  margin: 1rem 0 2rem;
}

.status-icon {
  display: none;
}

.status-icon svg {
  height: 1em;
  width: 1em;
  margin-right: 0.25em;
}

.status-icon.normal svg {
  fill: #7ab800;
}

.status-icon.failure svg {
  fill: #ffdc0B;
}