  @font-face {
    font-family: 'Gothic';
    font-style: normal;
    font-weight: normal;
    src: local('Gothic'), url('fonts/Gothic.otf') format('truetype');
  }
  .font-gothic{
    font-family: 'Gothic', serif;
  }

  @font-face {
    font-family: 'captcha';
    font-style: normal;
    font-weight: normal;
    src: local('captcha'), url('fonts/Nervous.ttf') format('truetype');
  }
  .font-captcha{
    font-family: 'captcha', serif;
  }