body {
  background-size: cover;
  background-repeat: none;
  filter: contrast(300%) saturate(8000%);
}

header {
  padding: 1vw 1vw;
  text-align: center;
}

main {
  padding: 2vw;
  display: flex;
  flex-wrap: wrap;
}

figure {
  width: 90vw;
  text-align: center;
  display: flex;
  justify-content: center;
  border: 10px solid clear;
}

figcaption {
  width: 400px;
  text-align: center;
}

#bg {
  position: absolute;
  bottom: 80px;
  z-index: -1;
}

a {color:black;}

.image { 
  width: 600px;
	height: 400px;}