h1,h2{
   
    color: blue;
    text-align: center;
}
.container{
    display:flex;
    flex-wrap: wrap;
    flex-direction: row;
    flex-flow: row;
    -ms-flex-direction: row;
    width: 100 px;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    background-color: aquamarine;
}

.small{
    margin-left: 8px;
    
}

.right{
    margin-right: 8px;
    
}
a{
    
    text-decoration: none;
    
}
.img1{
    display: block;
  margin-left: auto;
  margin-right: auto;
}
   
    