body{
     background-color: #fff0f5;
     align-content: center;
     font-family: "Cormorant", serif;
}
.title{
   
    text-align: center;
    margin-top: 10px;
    font-family: "Pinyon Script", cursive;
    font-style: normal;
    font-size: 46px;
    font-weight: normal;
    transition: transform 0.5s ease;
}
.title:hover{
    transform: scale(1.1);
} 
