/* 圆-nano-大标题 */
.title{
    font-family: 'Fredoka',Times, serif;
    font-size: 95px;       /* 字体大小 */
    font-weight: bold;     /* 字体粗细 */
    color: #231c41;           /* 字体颜色 */
    text-align: center;    /* 文字居中 */
    padding: 10px;         /* 内边距 */
    position: absolute;    /* 保持绝对定位 */
    z-index: 1000;    

  }

/* 白字-大标题 */
  .title1{
    font-family: 'Nunito-bold', Times, serif ;
    font-size: 95px;     
    font-weight: bold;    
    color: #fef2e3;         
    text-align: center;    
    padding: 10px;        
    position: absolute;   
    z-index: 1000;    

  }

/* 小字 */
  .title2{
    font-family: 'Nunito', Times, serif ;
    font-size: 30px;     
    font-weight: bold;    
    color: #231c41;         
    text-align: center;    
    padding: 10px;        
    position: absolute;   
    z-index: 1000;    

  }

  .title3{
    font-family: 'Nunito', Times, serif ;
    font-size: 25px;       /* 字体大小 */
    font-weight: bold;     /* 字体粗细 */
    color: #fef2e3;           /* 字体颜色 */
    text-align: center;    /* 文字居中 */
    padding: 10px;         /* 内边距 */
    position: absolute;    /* 保持绝对定位 */
    z-index: 1000;    

  }

  