* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Helvetica;
}

/* The grid: Eight equal columns that floats next to each other */
.column {
  float: left;
  width: 18%;
  padding: 5px;
}

/* Style the images inside the grid */
.column img {
  opacity: 0.8;
  cursor: pointer;
}

.column img:hover {
  opacity: 1;
}

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

/* The expanding image container */
.container {
  position: relative;
  display: none;
}

/* Expanding image text */
#imgtext {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: white;
  font-size: 20px;
}

/* Closable button inside the expanded image */
.closebtn {
  position: absolute;
  top: 10px;
  right: 15px;
  color: white;
  font-size: 35px;
  cursor: pointer;
}

html {
  background-color: black;
  font-family: Helvetica, sans-serif, Arial, sans-serif;
}


#ww {
  float: left;
  width: 100%;
  margin-bottom: 7%;
}

#ww1 {
  float: left;
  width: 100%;
  height: 100%;
  margin-bottom: 3%;
  margin-top: 1%;
}

#ww3 {
  width: 100%;
  margin-bottom: 3%;
}

p {
  font-family: Helvetica, sans-serif, Arial, sans-serif;
  margin-top: 2%;
  margin-bottom: 5%;
  letter-spacing: 0.1em;
  color: white;
  text-align: center;
}