/* Scss Document */
body {
  margin: 0;
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Lato', sans-serif; }

#landing-content {
  text-align: center;
  width: 100%;
 }

#logo {
  width: 50%; }

a {
  color: #000;
  font-weight: light; }
