* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background-color: #ededed;
    color: #212529;
    line-height: 1.6;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding: 3rem 1rem;
}

.container {
    max-width: 600px;
    width: 100%;
    margin: auto;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

h1 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 3rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
    letter-spacing: -0.5px;
}

h2 {
    font-family: 'DM Sans', sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #495057;
    margin-bottom: 0.75rem;
}

p {
    font-family: 'DM Sans', sans-serif;
    font-size: 1.05rem;
    margin-bottom: 2.5rem;
    color: #343a40;
}

.bckg-photo {
    width: 100%;
    max-height: 380px;
    object-fit: cover;
    border-radius: 4px;
    margin-bottom: 2rem;
}

.section {
    margin-bottom: 2rem;
}

.section:last-of-type {
    margin-bottom: 4rem;
}

.link-item {
    display: inline-block;
    font-family: 'DM Sans', sans-serif;
    color: #212529;
    text-decoration: none;
    font-size: 1rem;
}

.link-item:hover {
    text-decoration: underline;
}

.contact-row {
    font-family: 'DM Sans', sans-serif;
    font-size: 1rem;
    color: #343a40;
    margin-bottom: 0.4rem;
}

footer {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.85rem;
    color: #6c757d;
}

footer a {
    color: #6c757d;
    text-decoration: underline;
}
