body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f0f0f0;
    color: #666;
}
.site-title {
    position: sticky;
    top: 0;
    z-index: 100;
    padding: 20px;
    text-align: left;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}
.site-title a {
    color: #666;
    text-decoration: none;
}
h1.headline {
    color: #919191;
    font: 90px 'Arial', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 0.8;
    text-shadow: 0 10px 20px rgb(255, 255, 255);
    margin: 30% 0 20%;
    text-align: center;
}
.work {
    background-color: white;
    padding: 40px;
    margin-bottom: 20%;
    border-radius: 10px;
    box-shadow: 0 25px 50px -12px  #999999;
}
.work h2 {
    margin: 0;
    padding: 0 0 1.5rem 0;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.work-title-text {
    font-size: 24px;
}
.work-description {
    font-size: 16px;
    margin-bottom: 2rem;
    color: #333;
}
.work-status {
    letter-spacing: 1px;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    border-radius: 5px;
    padding: 6px 10px;
}
.work-status.coming-soon {
    background-color: rgb(166, 80, 0);
}
.work-status.closed {
    background-color: rgb(93, 93, 93);
}
.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}
.work-img img {
    background: white;
    padding: 10px; 
}
.work-img img {
    width: 100%;
    max-width: 700px;
    height: auto;
}
.footer {
    text-align: center;
    padding: 20px;
}
.footer a {
    font-size: 14px;
    color: #999;
    text-decoration: none;
}
.sponsor {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}
.sponsor a {
    color: #f0f0f0;
}

@media (max-width: 768px) {
    .container {
        padding: 12px;
    }
    .work {
        padding: 20px;
    }
}
