body {background-image: url("https://projects.codecraftworks.com/web/92FjJHATdmEVPIE7MHPG/assets/pexels-la-miko-3616764.jpg");
 
}

header {
  font-family: 'Playfair Display SC', serif;
  text-align: center;
  text-decoration: underline overline; 
  font-size: 1.5em;
  background-color: lightblue;
  border-radius: 10em;
}

figure {
  text-align: center;
  padding: 1em;
}

main {
 text-align: center; 
}

.container {
	width: 100%;
  max-width: 100vh;
  margin-left: auto;
  margin-right: auto;
}

.linked:hover {background-color: rgba(196, 175, 73, .7);
}

.linked:visited {color: green;
}


#card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  
}


.box { 
  padding: 1em;
  background-color: lightblue;
  color: white;
  border: .1em solid black;
  margin: 1em;
  border-radius: 1em;
    
}

section {
  border: solid;
  border-radius: 2vh;
  background-color: rgba(196, 196, 73, .4);
  padding: 3em;
  margin: 1em;
  font-family: 'Open Sans', sans-serif;
}

@media (max-width: 700px) {
  .box {
   background-color: white;
  }
}