

body {



    background-color: #B0C4DE;

  
    font-family: Arial narrow;

header{
 
  
 background-color: white;
.logo{
    margin-left: 20px;
   
    height: auto;
}
    
  
  border-radius: 25px;
    
   width: 100%;
    
    display: flex;
    
    justify-content: space-between;
    
    
img{
    margin-left: 10px;
    width: 5%;
    height: auto;
}
.telling
{
    margin-left: 10px;
    background-color: #eaf3ff;
    border-radius: 20px;
    padding: 5px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 30px;
    align-items: center;
    justify-content: center;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    text-align: center;
    
      .tl{ 
        font-size: 25px;
        
      }
      .tl2{
        font-size: 20px;
        
      }
   
   
}
.topinfo{
    font-size: 14px;
    font-weight: bold;
    margin:auto;
    margin-right: 0px;
    justify-content: right;
    background-color: #eaf3ff;
    border-radius: 25px;  
    padding-left: 10px;
    margin: 5px;
}
.jawani1{
    font-weight: bold;
}

.head1 {
    font-size: 40px;
    text-align: left;
        
}   
    }

.dropbtn {
  background-color: white;
  color: #B0C4DE;
  font-weight: bold;
  padding: 5px;
  height: 50px;
  width: 200px;
  font-size: 16px;
  border-radius: 100px;
  border:white;
}



.dropdown {
  position:relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  
  
}

.dropdown-content a {
  color: #B0C4DE;
  padding: 5px 5px;
  width: 200px;
  height: 50px;
  text-decoration: none;
  display: block;
  text-align: center;
  box-shadow: 2px 2px 2px;
}

.dropdown-content a:hover {background-color: white;
color: #B0C4DE;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn { background-color: #B0C4DE;
color: white;
outline: auto;}

#navlinks{
    
    
    padding:5px;
    margin: auto;
   text-align: center;

     
    a{
           border-radius: 100px;
        font-weight: bold;
        background-color: white;
        color: #B0C4DE;
        width: 200px;
        height: 50px;
        line-height: 50px;
        display: inline-block;
        text-decoration: none;
      
    }
    a:hover{
        background-color: #B0C4DE;
        color: white;
        outline: auto;
    }



    


}
footer{
    
     background-color: darkgrey;
    padding: 20px;
    border-radius: 10px;
    margin-top: 10px;

    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;

    font-family: sans-serif;
    

.info{
    font-size: 14px;
}
    .fa {

  padding: 20px;
  font-size: 30px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  float:none;
    }
  .fa:hover {
    opacity: 0.7;
  }
    .fa-linkedin {
  background: #007bb5;
  color: white;
  border-radius: 30px;
}
.hulp{
    align-items: right;
    font-size: 16px;
    
}
}
}