.app__title {
  padding-left: 50px;
  padding-bottom: 50px;
  text-align: right;

  & h1 {
    opacity: 0.8;
    text-shadow: 0px 0px 70px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    color: white;
    font-size: 5rem;
    & small {
      text-shadow: 0px 0px 37px rgba(0, 0, 0, 1);
      font-weight: 300;
      opacity: 0.8;
      text-transform: capitalize;
      font-size: 0.4em;
      &::before {
        content: "\A";
        white-space: pre;
      }
    }
  }
}
