*{
    text-decoration: none;
    color: black;

}
body{
    background-color: floralwhite;
}
header{
    justify-content: center;
    text-align: center;
}
ul{
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    padding: 0;
}

h1 {
    font-family: "Rouge Script", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 3rem;
    margin: 0;
}

*{
   font-family: "Playfair Display", serif;
   font-optical-sizing: auto;
   font-weight: 400;
   font-style: normal;
}

.hero{

}
