@import url('https://fonts.googleapis.com/css?family=Crimson Pro');

* { margin: 0; padding: 0; }

body {
  background-color: #000000;
  color: #cccccc;
  height: 100vh;
  font-family: 'Crimson Pro';
}

.main {
  height: 100%;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.logo-wrapper {
  width: 25%;
  height: auto;
}

#logo {
  width: 100%;
  height: auto;
}
