 @font-face {
  font-family: coolvetica;
  src: url(images/coolvetica.otf);
}
            @font-face {
  font-family: gothic;
  src: url(images/gothic.otf);
}

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 8px;
  }

  *::-webkit-scrollbar-track {
    background: #8f8f8f;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #6b6b6b;
    border-radius: 10px;
  }
b{
                color: white;
                font-family: arial;
                font-weight: 100;
                font-style: italic;
            }
            
            p{
                font-family: arial;
                font-weight: 100;
                font-style: italic;
                color: #cdcdcd;
            }