html{
    height: 100%;
}
/* body{
    min-height: 100%;
    display: flex;
    flex-direction: column;
} */
h1{
    
    width: 500px;
    text-align: center;
   margin: auto;
   
   
    
}
#logo {
  margin: auto;
  display: flex;

  
}

body{
    display: flex;
    min-height: 100%;
    flex-direction: column;
}


.logos{
    height: auto;
    background:linear-gradient(blue);

}

.teachers{
    padding: 20p;
    margin-top: 20px;
    float :left ;
}
.students{
    margin-top: 20px;
    float:left ;

}
.corporates{
    margin-top: 20px;
    float:left ;
}
.packages{
    margin-top: 20%;

    display: flex;
    flex-direction: column;
    
}
#description{
    text-align: center;
}
footer{
  left: 0;
  right: 0;
  margin-top: auto;
    
    
}
#weoffer{
    position: absolute;

}

#offerperson{
    float: left;
    width: 500px;


}
#offer{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-align: left;
    float: left;
    margin-right: 2mm;
    font-size: 15px;
    
}
.services{
    margin: auto;

}
.training{
    display: flex;
    flex-direction: row;
    

}
.training img{
    width: 240px;
    height: auto;
    margin-right: 30px;
    margin-bottom: 20px;
}
#Teacher{
    text-align: center;
    
    flex: 1;
    margin-left: 20px;
}
#students{
   text-align: center;
    flex: 1;
    margin-right: 20px;
   
}
#corporates{
    text-align: center;
    flex: 1;
    margin-left: 20px;

}
.student{
    display: inline-block;
}
.corporate{
    display: inline-block;

}
#highlights img{
    margin-bottom: 40px;
    width: 700px;
    border-radius: 20px;

}





