body {
  margin: 0;
  background-color: lemonchiffon;
  font-family: sans-serif;
  line-height: 1.6;
  padding: 20px;
}
  
  @font-face {
  font-family: 'abhayalibrereg';
  src: url('fonts/abhayalibrereg.woff') format('woff'),
       url('fonts/abhayalibrereg.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
  
.signature-title {
  font-family: 'abhayalibrereg', cursive;
  font-size: 4rem;
  color: #ff6b81;
  text-align: center;
  margin-bottom: 5px;
}

  
.three-column-container {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

h1 {
  color: hotpink;
}

.column-heading {
  font-size: 1.6rem;
  color: #ff6b81; /* matches your title color */
  text-align: center;
  margin-bottom: 10px;
}

.lemon {
  color: #fcd34d; /* soft lemonade yellow */
  font-weight: bold;
}

.strawberry {
  color: #f472b6; /* soft strawberry pink */
  font-weight: bold;
}

.raspberry {
  color: #F45679; /* pastel raspberry */
  font-weight: bold;
}

p {
  font-family: 'Open Sans', sans-serif;
}


.three-column-container {
  display: flex;
  gap: 20px;
  margin: 20px;
}

.column {
  flex: 1; 
  border: 2px solid #ffc1cc;
  padding: 15px;
  background-color: #fffaf0;
  border-radius: 10px;
}
