html {
  width: 100%;
  height: 100%;
}

/* Width and height are needed for some elements to work properly */
body {
  width: 100%;
  height: 100%;
  color: #555555;
  background-color: #FFF;
  font-family: "Source Sans Pro";
  text-rendering: optimizeSpeed !important;
  text-shadow: 2px 1px 3px #444444;
}
.container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo {
  width: 350px
}