@import url("https://fonts.googleapis.com/css2?family=Linefont:wght@100&family=Titillium+Web:wght@300&family=Tourney:wght@200&display=swap");
body {
    font-family: "Arial", sans-serif;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    color: #000000;
    font-family: Titillium Web;
  }

    
.team-about {
   background: url("static/cont.jpg") no-repeat center center fixed;
    background-size: cover;
    color: #ffffff;
    width: 100%;
    height: 300px;
    text-align: center;
    font-size: 300px;
    font-family: Tourney;
}
  .team-about h1 {
    color: #ffffff;
    font-size: 150px;
    font-family: Tourney;
  }
 

  body {
    font-family: Arial, sans-serif;
    background-color: #FFFFFF;
    color: #000000;
    margin: 0;
    padding: 0;
}

.container-fluid {
    max-width: 1200px;
    margin: auto;
    padding: 20px;
}
/* 
.row {
    border: 1px solid #0073FF;
    padding: 20px;
    border-radius: 10px;
    background-color: #FFC107;
} */

input, textarea, button {
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #0073FF;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    width: 100%;
    box-sizing: border-box;
}

input:focus, textarea:focus {
    border-color: #FFD926;
    box-shadow: 0 0 5px #FFD926;
}

button {
    background-color: #0073FF;
    color: #FFFFFF;
    cursor: pointer;
}

button:hover {
    background-color: #FFD926;
}

textarea {
    resize: vertical;
}

a{
    margin-right: 5%;
}
  
i{
    font-size: 150%;
}
  
  
  
  
  
  /* Tablet styles (768px - 991px) */
  @media (min-width: 768px) and (max-width: 991px) {
    .team-about h1 {
      color: #ffffff;
      font-size: 100px;
      font-family: Tourney;
    }
    
  
  }
  
  /* Mobile styles (up to 767px) */
  @media (max-width: 767px) {
    .team-about h1 {
      color: #ffffff;
      font-size: 100px;
      font-family: Tourney;
    }
  
  }
  