body {
  background-image: url(../img/square_bg.png);
}

.logo {
  font-family: 'Bungee Inline', cursive;
  font-size: 75px;
}

.logo a {
  color: rgba(100, 149, 237, .9);
}

.logo a:hover,
.logo a:active {
  text-decoration: none;
}