@charset "utf-8";
body {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  background-image: url("img/in_000_grey_sm.png");
  background-color: #333;
}

.centered {
   position: absolute;
   margin: auto;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   width: 515px;
   height: 125px;
   align-items: center;
   display: flex;
   justify-content: center;
}

.title {
  font-family: "LatoWebThin";
  font-size: 72px;
  color: #fff;
  background-color: #716561;
}

.logo-canvas {
  margin-right: 15px;
}

p {
  margin-left: 15px;
}
