body.public-layout {
    background-image: url("/assets/maxim-hopman--16na5rDDRk-unsplash-1cbcc350.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    min-height: 100vh;
}

.unsplash-credit {
    position: absolute;
    bottom: 10px;
    right: 15px;
    font-size: 0.8rem;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    padding: 2px 8px;
    border-radius: 4px;
}

.unsplash-credit a {
    color: #ddd;
    text-decoration: none;
}

.unsplash-credit a:hover {
    color: #fff;
    text-decoration: underline;
}
