h1{
    color: blue;
    text-align: center;
}
img{
    width: 120px;
    height: 70px;
}
h2{
    color: rgb(46, 231, 59);
}
.about img{
    width: 250px;
    height: 100px;
}
.team img {
    width: 250px;
    height: 200px;

}
button{
        color: rgb(155, 208, 7);}
.abit img {
    width: 350px;
    height: 200px;
     
}
div.admin {
    text-align: center;
  }
  
  ul.ul {
    display: inline-block;
    text-align: left;
  }  
  div.heads {
    text-align: center;
  }
  
  ul.ol {
    display: inline-block;
    text-align: left;
  }              