
p {
    color: darksalmon ;
}


.color-block {
  background-color: #cfc2b2; /* color of the block */
  padding: 5px 10px;         /* space around the text */
  display: inline-block;     /* makes the block fit the text */
}



.color-strip {
  background-color: #ffd36b;  /* color of the strip */
  padding: 15px 0;           /* vertical spacing inside the strip */
  width: 100%;               /* makes it stretch across the page */
  text-align: center;        /* centers the text (optional) */
  font-size: 18px;           /* optional: change text size */
}



.coquette {
  font-family: 'Dancing Script', cursive;
  font-size: 24px;
  color: #d85c9f;
}


 