header {
    margin: 0px 0px 0px 0px;
    background-color: white;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2); 
    display: flex;
    align-items: center; 
    height: 70px;
    padding: 0 20px; 
    justify-content: center;
}

.logo img {
    height: 80px; 
    align-items: center;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
  }
  
  body {
    background-color: #b71540;
    font-family: 'Montserrat', sans-serif;
  }
  
  .box {
    background-color: transparent;
    border-radius: 3px;
    color: #fff;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 700px;
    height: 350px;
    transform-style: preserve-3d;
    perspective: 2000px;
    transition: .4s;
    text-align: center;
  }
  
  .box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    border-top: 20px solid #fff;
    border-left: 20px solid #fff;
    box-sizing: border-box;
  }
  
  .box:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-bottom: 20px solid #fff;
    border-right: 20px solid #fff;
    box-sizing: border-box;
  }
  
  .box .fas {
    font-size: 25px;
    height: 50px;
    width: 50px;
    line-height: 50px !important;
    background-color: #fff;
    color: #2C3A47;
  }
  
  .box .fa2 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
  }
  
  .box .text {
    position: absolute;
    top: 30px;
    left: -30px;
    width: calc(100% + 60px);
    height: calc(100% - 60px);
    background-color: #2C3A47;
    border-radius: 3px;
    transition: .4s;
  }
  
  .box .text .fa1 {
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .box .text div {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
    padding: 30px 60px;
    line-height: 1.5;
    box-sizing: border-box;
  }
  
  .box .text div h4 {
    font-size: 25px;
    margin-bottom: 5px;
  }
  
  .box .text div p {
    font-size: 20px;
    font-style: italic;
    
  }
  
  .box:hover .text {
    transform: rotateY(20deg) skewY(-3deg);
  }
  
  .box:hover {
    transform: translate(-50%, -50%) rotateY(-20deg) skewY(3deg);
  }

  #button{
    display: flex;
    align-items: center;
    justify-content: center;
    

  }
  #button img{
    margin-top: 60vh;
    margin-bottom: 40px;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.8);
    transition: transform 0.1s ease-in-out;
  }

  footer {
    background-color: white;
    padding: 15px 0;
    
    display: flex;
    justify-content: space-between;
    flex-direction: row;
  }
  
  .container {
    max-width: 1000px;
    margin: 0 auto;
    margin-inline-start: 1%;
    
  }
  
  .social-icons {
    list-style-type: none;
    padding: 0;
    /*text-align: center;*/
    transition: transform 0.3s ease;
    
  }
  .social-icons img:hover {
    transform: scale(0.9); /* Shrink the icon by 10% on hover */
  }
  
  .social-icons li {
    display: inline-block;
    margin: 0 10px;
  }
  
  .social-icons img {
    width: 35px; /* Adjust the size of the social media icons */
    height: auto;
  }

  @media(max-width: 768px){
    .box {
        background-color: transparent;
        border-radius: 3px;
        color: #fff;
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 600px;
        height: 300px;
        transform-style: preserve-3d;
        perspective: 2000px;
        transition: .4s;
        text-align: center;
      }
      .box .text div h4 {
        font-size: 20px;
        margin-bottom: 5px;
      }
      
      .box .text div p {
        font-size: 15px;
        font-style: italic;
        
      }
  }
  @media(max-width : 600px){
    footer {
      background-color: white;
      padding: 15px 0;
      margin-inline-end: 1%;
     justify-content: center;
     align-items: center;
      flex-direction: column;
    }
    .container {
      max-width: 1000px;
      margin: 0 auto;
      margin-bottom: 5px;
      
    }
    .box {
        background-color: transparent;
        border-radius: 3px;
        color: #fff;
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 320px;
        height: 350px;
        transform-style: preserve-3d;
        perspective: 2000px;
        transition: .4s;
        text-align: center;
      }
      .box .text div h4 {
        font-size: 18px;
        margin-bottom: 5px;
      }
      
      .box .text div p {
        font-size: 15px;
        font-style: italic;
        
      }
      .social-icons img {
        width: 25px; /* Adjust the size of the social media icons */
        height: auto;
      }
      #team{
        align-items: center;
        justify-content: center;
        margin-right: 17px;
        margin-top: 6px;
        font-size: 15px;
        color: #b71540;
      }
      #div1{
        margin-right: 15px;
      }
      #div2{
        margin-right: 15px;
      }
      .teamname{
        font-weight: 100;
      }
      .list{
        font-size: 15px;
      }
  }
#teamdiv{
  display: flex;

}
#team{
  align-items: center;
  justify-content: center;
  margin-right: 17px;
  margin-top: 6px;
  font-size: 25px;
  color: #b71540;
}
#div1{
  margin-right: 15px;
}
#div2{
  margin-right: 15px;
}
.teamname{
  font-weight: 100;
}
.list:hover{
  color: #b71540;
  cursor: pointer;
}
