#end {
    position: relative;
    height: calc(100vh - var(--header-height));
    scroll-margin-top: var(--header-height);
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background-image: url("../images/photo_footer.jpeg");
    background-position: center;
    background-size: cover;
    font-family: 'Playfair Display', serif;
}

#end h2 {
    font-family: 'Playfair Display', serif;
    font-size: 35px;
    letter-spacing: 0.2em;
    margin: 0;
    color: #eceeeb;
}

.vertical-bar {
    width: 2px;
    height: 70px;
    background-color: #fafafa;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
}

.p-end-container {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 0;
}

#end p {
    font-size: 1rem;
    letter-spacing: 0.4em;
    margin: 0;
    color: #eceeeb;
}

#end #owner {
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-size: 14px;
    letter-spacing: 1px;
}