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

header {
  font-family: 'Roboto', sans-serif;
  text-align: center;
  text-decoration: underline overline; 
  font-size: 2em;
  border-radius: 1em;
}

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

.small {
  width: 600px ;
}

main {
 text-align: center; 
}

.container {
	width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.box: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;
  border: .1em;
  margin: 1em;
  border-radius: 1em;
    
}

.ux {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  
}


section {
  border: thick double #32a1ce;;
  border-radius: 2vh;
  padding: 3em;
  margin: 1em;
  font-family: 'Open Sans', sans-serif;
  background-color: lightblue;
}

h2 {
  text-decoration: underline;
}

.therest {
			text-decoration: none;
  		text-align: left;
}

.italics {font-style: italic;}

}
@media (max-width: 500px) {
}