.main{
  text-align: center;
  margin-top: 100px;
}
a:hover{
  color:blue;
}
img{
  width: 100px;
  margin: 0 auto;
}