body {
  background: #000011;
  color: #fff;
  font-family: Roboto, "Helvetica Neue", sans-serif;

  display: flex;
  flex-direction: column;
  align-items: center;

  padding: 0 10vw;
  font-size: 120%;

  ul li {
    margin-bottom: 10px;
    a {
      color: #fff;
    }
  }
}

.logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1000;

  img {
    height: 6.25rem; /* 100px */
    width: auto;
  }

  .logo-text-svg {
    margin-left: -0.625rem; /* -10px */
    mat-icon {
      height: auto;
      width: 8.75rem; /* 140px */
      display: block;
    }
  }


}
