html {
  scroll-behavior: smooth;
}
body {-webkit-text-size-adjust:100%;}

.wrap{
  max-width:960px;
  margin: 0 auto;
  Width: 90%;
  margin-bottom: 100px;
  Scroll-behavior: smooth;
  font-size: 1.1rem;
}
h1, h2{
  Font-family: "Playfair Display", serif;
} 

p, a{
  font-family: "EB Garamond", serif;
  
}

p{
   color: #2e1f2e;
}
h1 {
  font-size: 4rem;
  font-weight: 600;
  margin-bottom: 0px;
  
}
  
h2{
  font-size: 1.8rem; 
  font-weight: 500;
  color: #a040a0;
}

a.button {
  color:white;
  text-decoration: none;
  font-weight: 400;
  background-color: #a040a0;
  border: none;
  padding: 13px 25px;
  text-align: center;
  display: inline-block;
  border-radius: 10px;
  scroll-behavior: smooth;
}

img{
  max-width: 100%;
}
.body{
  display: flex;
  flex-wrap: wrap;
  margin-top: 75px;
  justify-content: space-around;
  align-items: center;


}
.left{
  width:20%
}

.right{
  width:80%
}

.definition{
  padding-bottom: 5em;
}

.footer{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100px;
    background-color: #d9d9d9;
  
}

@media (max-width: 600px) {
.wrap {
    font-size: 1.2rem;
  }
}


.illustration{
  color: #a040a0;
}