@font-face {
  font-family: 'ncam';
  src: url('./fonts/ncam.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
div.ncam {
  font: normal normal normal 14px/1 ncam;
  font-size: 32px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
div.ncam-header {
  font: normal normal normal 1.75em/1 ncam;
  font-family: 'ncam';
  padding: 8px 10px 4px;
}


    .w3-tagline {
      font-family: 'Times New Roman';
      font-style: italic;
      font-size: 13px;
    }
    .lds-ripple {
      position: fixed;
      display: none;
      background-color: #202020;
      width: 100%;
      height: 100%;
      z-index: 10000;
      opacity: 0.3;
    }
    .lds-ripple div {
      position: relative;
      border: 8px solid #fff;
      opacity: 1;
      border-radius: 50%;
      animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }
    .lds-ripple div:nth-child(2) {
      animation-delay: -0.5s;
    }
    @keyframes lds-ripple {
      0% {
        left: 30%;
        top: 40%;
        width: 0;
        height: 0;
        opacity: 1;
      }
      100% {
        left: 60%;
        top: 40%;
        width: 158px;
        height: 158px;
        opacity: 0;
      }
    }

