body {
    font-family: neue-haas-grotesk-text, sans-serif;
    line-height: 95%;
    font-size: 48px;
    padding: 24px;
    margin: 0;
}

a {
    text-decoration: none;
    color: #000;
}

p {
    margin: 0 0 24px 0;
    line-height: 120%;
}

img {
    width: 100%;
}

header {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

h1, h2 {
    font-size: inherit;
    font-weight: inherit;
    padding: 0;
    margin: 0;
    width: 50%;
}

header .nav {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 50%;
    text-align: right;
}

.page .content {
    text-align: center;
}

.projects {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 24px;
    margin-bottom: 24px;
}

.project img {
    margin: 0 0 12px 0;
    /* transition: border-radius 0.05s ease-in-out; */
}

.project:hover img {
    /* border-radius: 48px; */
}