body{
  font-family: 'Erbarre';
  background-color:#f7f7a3;
  font-size: 1.5em;
  /* line-height: 1em; */
}
h1{
  font-size: 4em;
  font-weight: bold;
}
h1,h2,h3,p{
  margin: 10px 0;
}

a{
  color: black;
  text-decoration: none;
}
a:hover{
  color: #f7f7a3;
}

section:not(#projects){
  background-color: #eaeae8;
  padding: 40px;
  width: 70vw;
  height: auto;
  margin: 80px auto;
}
/* p{
  width: 60vw;
} */
#projects article{
  display: flex;
}

.image{
  border-left: 1px solid lightgrey;
}

.title{
  margin:20px auto;
  text-align: center;
}
#textpresentation{
  margin-top: 5vw;
}

ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#colophon p, #colophon ul {
  margin-bottom: 20px;
}
.link{
  margin-top: 100px;
}

.image{
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}
figure{
  grid-column: span 1;
  margin: 0;
}
img{
  width: 100%;
}
.link a::before{
  content: "🔗 ";
  font-size: 0.8em;
}
