@import url('https://fonts.googleapis.com/css2?family=Quintessential&display=swap');

body{
    background-color: lightcoral;
}

h1{
font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
  color: rgb(95, 22, 95);
}
 h3,h4,h5,p{ 
 font-family:"Quintessential", serif;
  font-weight: 400;
  font-style: normal;
  color:red
}


.fixed {
    padding-top: 1%;
    padding-bottom: 1%;
}

.club{
    padding-left: 4%;
}

