@charset "UTF-8";

* {
    margin: auto;
    padding: 0;
    box-sizing: border-box;
    color: hsla(0, 5%, 12%, 0.84);
    background-color: hsla(56, 52%, 87%, 0.921);
    text-align: center;
}

body {
    max-width: 800px;
    margin-top: 30px;
    position: relative;
    align-content: center;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Cormorant Garamond", serif;
    margin: 30px;
}

a {
    color: hsl(132, 25%, 47%);
}

img {
    height: 30%;
}

p {
    font-family: "Inter";
    margin: 30px;
}

ul {
    list-style-type: none;
}
img {
    max-height: 600px;
    margin-bottom: 10px;
}

footer {
    margin-bottom: 30px;
}

figcaption {
    font-family: "Inter";
    font-size: 15px;
    color: hsla(0, 5%, 12%, 0.644);
    margin-bottom: 30px;
}