    @media (max-width: 1200px) {
      .display-1 {
          display:none;
      }
      .welcome-hua {
          display:none;
      }
    }
    
    @media (max-width: 600px) {
      .logo-image {
          width:32px;;
      }
    }
    @media (min-width: 600px) {
      .logo-image {
          width:96px;;
      }
    }
    
    .display-5 {
      font-size: calc(0.425rem + 1.1vw);
    }
    
    .my-contents{
      margin-top:150px;
      background-color: #f8f9fa; /* 浅灰色背景 */
      padding: 20px; /* 内容区域的内边距 */
      border: 1px solid #ddd; /* 边框颜色 */
      text-align: left; /* 文本居中 */      
    }
    
    .team-image{
      width:300px;
      
    }
    
    .my-contents h1{
      
      text-align:center;
      
      
    }