

body {
 color:#71309c;
  background-color:#FFC16B;
  text-align:center;
      font-family: 'Krub', sans-serif;
}
#header0 {
background-color:#FFEDD1;
  border-radius:1em;
	margin:auto;
  padding:1em;
  text-align:center;
  max-width:35em;
  font-size:1.5em;
  border:.2em solid black;
}
#image {
  margin:auto;
  max-width:15em;
  border: .2em solid black;
}
.content {
 display:flex;
 flex-direction:row;
 flex-wrap:wrap;
 justify-content:space-between;
 text-decoration:underline;
 align-content:center;
 max-width:35em;



}
.project {
 background-color:#FFC16B;
  border-radius:1em;
  padding:1em;
  font-size:1em;
  border:.3em solid black;
  margin:auto;
  margin-bottom:1em;
  
}
.title {
background-color:#FFEDD1;
  border-radius:1em;
	margin:auto;
  padding:1em;
  text-align:center;
  max-width:35em;
  font-size:1.25em;
  border:.2em solid black;
}
.link {
color:black;
}
.link:visited {
color:blue;
}

@media screen and (max-width: 38em) {
  .link {
  color:grey;
  }
  .link:visited {
   color:grey; 
  }
}


