html, body {
    justify-items: center;
    text-align: center;
    font-family: "EB Garamond", serif;
    font-style: normal;
    line-height: 1.6;
    font-size: large;
    font-weight: 300;

    

}

h1, h2 {
    margin-left: auto;
    margin-right: auto;
    line-height: 1px;
}

a {
    color: black;
}

p {
    margin: auto;
    max-width: 720px;
}

img {
    margin: auto;
    max-width: 280px;
    border-radius: 20px;
}