body, html {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
}

canvas {
  display: block;
  padding: 0;
  margin: 0;
}

.cartoon {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
}

.titles {
  position: absolute;
  top: 15%;
  left: 0;
  right: 0;
}

h1 {
  font-size: 4.5em;
  color: white;
  font-family: 'Droid Sans', serif;
  letter-spacing: 2px;
  pointer-events: none;
  font-weight: 500;
  border: 0px;
  margin: 0px;
  text-align: center;
  /*color: #7a9fd0;*/
  color: #595959;
}

a {
  text-decoration: none;
  /*color: #ffff66;*/
  color: #ef8319;
}

p {
  font-family: 'Open Sans', serif;
  color: white;
  font-size: 1em;
  text-align: center;
  color: black;
}

.bullets {
  color: black;
}

.social {
  color: #ef8319;
}
