@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap');


body{
    font-size: 18px;
    line-height: 1.5;
    background-color: floralwhite;
    font-family: "Cinzel", serif;
}

img{
    width: 300px;
}

a{
    color: rgb(90, 144, 153);
    text-decoration: none; 
}
