.topnav{
    display: flex;
    background-color:#332f2b;
    height: 60px;
    margin: 20;
    padding: 0 20px;
    align-items: center;
    font: "Roboto";
    font-size: 20px;
    justify-content: space-between;
   
 }
 .intro{
    text-align: center;
    padding: 50px;
 }
 a{
    text-decoration: none;
    color: rgb(216, 198, 0);
 }
 a:hover{
    text-decoration: underline;
 }
 .intro h4{
    color: rgb(216, 198, 0);
    font-size: 25px;
    font-weight: 400;
    text-align: center;
 }
 .intro h1{
    color: rgb(216, 198, 0);
    font-size: 35px;
    font-weight: 600;
    text-align: center;
 }
 body{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: #332f2b;
 }
 .btn{
    width: 100px;
    height: 25px;
    background: transparent;
    outline: none;
    border-radius: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    cursor: pointer;
    font-size:16px;
    color: rgb(216, 198, 0);
    font-weight: 600;
    border: 2px solid rgb(216, 198, 0);
    text-align: center;
 }
 span {
    display: flex;
    justify-content: space-between;
    display: inline-block;
 }
 .rules{
    align-items: flex-start;
    color:rgb(216, 198, 0);
    background-color: #003366;
    display: flex;
    justify-content: space-between;
 }
 
 
    .team-section {
       padding: 40px 20px;
       text-align: center;
       background-color: #f8f8f8;
     }
     .team-title {
       font-size: 2rem;
       margin-bottom: 30px;
       color: #333;
     }
     .team-members {
       display: flex;
       flex-wrap: wrap;
       justify-content: center;
       gap: 30px;
       max-width: 1200px;
       margin: 0 auto;
     }
     .team-member {
       background: white;
       border-radius: 10px;
       padding: 20px;
       width: 250px;
       box-shadow: 0 4px 8px rgba(0,0,0,0.1);
       transition: transform 0.3s;
     }
     .team-member:hover {
       transform: translateY(-5px);
     }
     .member-photo {
       width: 150px;
       height: 150px;
       border-radius: 50%;
       object-fit: cover;
       margin: 0 auto 15px;
       border: 3px solid #4a6baf;
     }
     .member-name {
       font-size: 1.2rem;
       font-weight: bold;
       margin: 10px 0 5px;
     }
     .member-role {
       color: #666;
       margin-bottom: 10px;
     }
     .member-email {
       color: #4a6baf;
       word-break: break-all;
       font-size: 0.9rem;
     }
 
 
 
 .footer{
    background-color:#003366;
    color: rgb(216, 198, 0);
 
 
 }
 .title{
    text-align: center;
    color: rgb(216, 198, 0)
 }
 .box{
    width: 30%;
    height: 175px;
    text-align: center;
    padding: 20px;
 }
 .contact{
    text-align: center;
    padding: 20px;
 }
 .two{
    color: rgb(216, 198, 0);
    display: flex;
    justify-content: space-between;
    align-items: center;
 
 
 }
 .info{
    width: 48%;
    height: 100%;
    text-align: center;
    padding: 20px;
 }
 .bottomNotes{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: rgb(216, 198, 0);
    padding: 20px;
 }
 
 *{
     margin: 0;
     padding: 0;
     box-sizing: border-box;
     font-family: sans-serif;
 }
 
 body{
     display: flex;
     justify-content: center;
     align-items: center;
     min-height: 100vh;
     background-color: #003366;
     color: rgb(216, 198, 0);
 }
 .login{
     color: #fff;
     background-color: #332f2b;
     color: rgb(216, 198, 0);
     border-radius: 10px;
     text-align: center;
     padding: 30px 40px;
 
 }
 .login h1{
     font-size: 36px;
     text-align: center;;
 }
 .input{
     position: relative;
     width: 100%;
     margin: 30px 0;
     height: 50px;
     background-color: #332f2b;
 }   
 a{
     text-decoration: none;
     color: rgb(216, 198, 0);
 }
 .input{
     width: 100%;
     height: 100%;
     background: transparent;
     border: none;
     outline: none;
     border: 2px solid rgb(216, 198, 0);
     border-radius: 40px;
     font-size: 16px;
     color: rgb(216, 198, 0);
     padding: 20px 45px 20px 20px;
 }
 .input input::placeholder{
     color: rgb(216, 198, 0);
 }
 .input i{
     position: absolute;
     right: 20px;
     top: 50%;
     transform: translateY(-50%);
     font-size: 20px;
 }
 
 .login .signUp{
     font-size: 14.5px;
     text-align: center;
     margin: 20px 0 15px;
 }
 
 .input input{
        width: 100%;
        height: 100%;
        background: transparent;
        border: none;
        outline: none; 
 }

 .btn2{
    width: 100px;
    height: 75px;
    background: transparent;
    outline: none;
    border-radius: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    cursor: pointer;
    font-size:16px;
    color: rgb(216, 198, 0);
    font-weight: 600;
    border: 2px solid rgb(216, 198, 0);
    text-align: center;
 }




