html, body {
  margin: 0;
  padding: 0;
  background-color: #2E2731;
  color: #2E2731;
  font-family: sans-serif;
}
canvas {
  display: block;
}
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 20px 0;
  color: #C7B6B8;
  font-size: 1rem;
  font-weight: 100;
  opacity: 0.5;
}
.item {
  padding: 0 0.75rem;
  border-left: 1px solid #C7B6B8;
  text-align: center;
}
.item:first-child {
  border-left: 0;
}
a.email:link, a.email:visited {
  color: #C7B6B8;
  text-decoration: none;
}
a.email:hover {
  opacity: 0.4;
}
a.email:active {
  opacity: 0.2;
}

@media (width <= 450px) {
  html, body {
/*    border: 10px SOLID green;*/
  }
  footer {
    font-size: 1.25rem;
    display: block;
    text-align: center;
  }

}