body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
    margin: 0 8%;
}

h2 {
    border-bottom: solid 1px gray;
}

*{
    font-family: "Playfair Display", "Playfair Display", serif;
}

.home-link {
    margin-top: 50px;
}


a:hover {
    color: #828ca2;
}