.squares {
  display: flex;
  justify-content: center;
}
.icon1,
.icon2 {
    width: 200px;
    height: 200px;
    background: #F5F8FA;
}


 .icon1 {
        margin-right: 10%;
        border-style: ridge;
        display: flex;
        align-items: center;
        justify-content: center;
    }   

