.logo {
  background-image: url(/logo.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 120px;
}

.sub_logo {
  color: #aaaaaa;
}
