.canvas {
  background: rgba(0, 0, 0, 0);
  border-color: white;
  border-style: solid;
  margin-top: 15px;
}

.main-container {
  max-width: 90em;
  margin: 0 auto;
}

.header {
  width: 50%;
  color: white;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
    Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-decoration: underline;
}

.icon {
  float: left;
}

.title {
  float: right;
  padding-top: 25px;
  font-size: 35px;
  font-weight: bold;
}
