@import url('https://fonts.googleapis.com/css2?family=Average&display=swap');


h1 {
  font-size: 32px;
  color: #000000;
}


body {
  font-family: Average;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  background-color: #EADDCA; 
  background-size: 5%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.logo {
  max-width: 100px;
  border-radius: 50%;
  box-shadow:
    0 2px 4px rgba(0,0,0,0.06),
    0 8px 24px rgba(0,0,0,0.10),
    0 24px 56px rgba(0,0,0,0.08);
}