      @font-face {
        font-family: "genshin";
        src: url(https://cdn-auxiliaries.southcat.cc/libfiles/gicg-zhcn.ttf);
      }
      @font-face {
        font-family: "shark";
        src: url(https://cdn-auxiliaries.southcat.cc/libfiles/youshe-shark.ttf);
      }
      html,body { 
        height: 100%; 
      } 
      body { 
        display: flex; 
        align-items: center; 
        padding-top: 40px; 
        padding-bottom: 40px; 
        background-color: #fefefe; 
      }
      .form-signin { 
        width: 100%; 
        max-width: 330px; 
        padding: 15px; 
        margin: auto; 
      } 
      .form-signin .checkbox { 
        font-weight: 400; 
      } 
      .form-signin .form-floating:focus-within { 
        z-index: 2; 
      } 
      #links{
          color:#297AC2;
          font-weight: bold;
          font-family: "genshin";
      }
      .gt{
        font-family: "shark";
      }