body{
  background:#f1f1f1;
  text-align:center;
  font-family:BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size:16px;
  line-height: 1.4;
}
#canvas{
  width:800px;
  height:400px;
  margin:1rem auto 2rem auto;
  /*New*/
  background: url("../images/logo-large.png") no-repeat center center;
  background-size: contain;
  /*end New*/
}
h2{
  font-size:1.3rem;
}
.shadow{
  color:#1c75bc;
  text-shadow: 0 1px 0 #fff;
}
.grey{
  color:#303030;
}
.box{
  text-align: center;
  width:800px;
  margin:0 auto;
}

.contact{
  display:flex;
  align-items: center;
  justify-content: space-evenly;
  margin: 1rem 0 2rem 0;
}
.contact svg{
  width:32px;
  height:32px;
  margin-right:0.5rem;
}
.contact .btn{
  display: inline-flex;
  align-items: center;
  justify-content: space-evenly;
  text-decoration: none;
  color:#999;
}
.contact .btn:hover{
  color:#303030;
}