*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    
  }
  nav{
    height: 80px;
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 50px 0px 100px;
    
  }
  nav .logo{
    font-size: 33px;
    color: white;
    font-weight: 600px ;
    font-family: Georgia, 'Times New Roman', Times, serif;
  }
  nav ul{
    display: flex;
    list-style: none;
  
  }
  nav ul li{
    margin: 0px 25px;
  
  }
  nav ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 10px 20px  ;
    border-radius: 5px;
    transition: all 0.3s ease;
    text-align: center;
  }
  nav ul li a:hover{
    color: #1b1b1b;
    background-color: #fff;
  }
  /**nav ul li button{
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500px;
    letter-spacing: 1px;
    padding: 8px 15px ;
  
    border-radius: 50px;
    transition: all 0.3s ease;
    background-color: #337af1;
    align-items:center;
  **/
  

  nav ul li button:hover{
    color: #1b1b1b;
    background-color: #fff;
  }
  h1{
    height: 0px;
    font-size: 50px;
    margin: 20px 0px 20px 400px;
  }

  img{
    width:100%;
 }
 
 .about-section{
  margin-top: 20px;
  font-size: 1.1rem;
  color: rgb(218, 36, 36);
  
 }
 .about-section .container h2{
  font-size: 1.7rem;
  color: rgba(57, 4, 4, 0.827);
  border-style: double;
  border-width: 10px;
  text-align: center;
 }
 .about-section p{
  padding-bottom: 20px;
  margin-top: 10px;
 }
.mission-points strong{
  color: rgba(57, 4, 4, 0.827);
  text-decoration: dashed;
}