.main2 {
    
  display: grid;
  grid-template-columns: 130px 130px 130px 130px 130px 130px;
  justify-content: center;
   align-items: center;
  border:#E2D1F9 ; border-style: solid; border-width: 1px;
   
  }
.mid {
text-align: left;
}

.menu {
   
  border-radius: 2px; background-color:#ffffff;
    border: 1px;
    border-style: solid;
    border-color: #303179;

}

.main {

display: grid;
grid-template-columns: 700px;
justify-content: center;
align-items: center;
}

 /* Three image containers (use 25% for four, and 50% for two, etc) */
 .column {
  float: left;
  width: 33.33%;
  padding: 5px;
}

/* Clear floats after image containers */
.row::after {
  content: "";
  clear: both;
  display: table;
} 


    footer {
        position: relative;
        height: 100px;
        width: 100%;
        background-color: #333333;
        text-align: center;
    }

    p.copyright {
        position: absolute;
        width: 100%;
        color: #fff;
        line-height: 40px;
        font-size: 1.0em;
        text-align: center;
        bottom:0;
    }




