@charset "utf-8";
/* CSS Document */
/*2022 Reunion Photo Gallery Moses & Maedella*/

* {
  box-sizing: border-box;
}

/*body {
  margin: 0;
  font-family: Arial;
}*/

.header {
  text-align: center;
  padding: 32px;
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 32%;
  padding-left: 10px;
}

.column img {
  margin-top: 10px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}