body {
    margin: 0;
    font-family: "Darker Grotesque";
    background-color: #30302F;
}

.container {
    position: relative;
    display: flex;
    flex-direction: column;  
    min-height: 100vh; 
}

.container img {
    position: relative;
    width: 100%;
    height: auto;
}

.image-overlay {
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

li {
    font-size: 3vw;
    padding: 0px 1vw;
    margin: 3vw 0px 3vw 0px;
    text-align: left;
    border-left: 0.5vw solid #F2F0EB;
}

li:first-child {
    margin: 0px 0px 3vw 0px;
}

li:last-child {
    margin: 3vw 0px 0px 0px;
}

li a {
    text-decoration: none;
    color:#F2F0EB;
}

a.disabled {
    pointer-events: none;
    cursor: default;
}

label {
    font-size: 2vw;
}

label.names {
    font-family: "Ephesis";
    font-size: 12vw;
    text-align: center;
}

label.credit {
    color: rgba(255, 255, 255, 0.7);
    position: absolute;
    bottom: 0px;
    right: 5px;
    font-size: 1.2vw;
}

.image-container {
    position: relative;
    display: flex;
    margin-bottom: 8vw;
}

.detail-container {
    position: absolute;
    top: 4vw;
    left: 2vw;
    color: #F2F0EB;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3vw;
}

footer {
    position: absolute;
    bottom: 0;
    background-color: #30302F;
    width: 100%;
    height: 8vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0px;
    text-align: center;
    color: #F2F0EB;
}

label.puv {
    font-family: "Clicker Script";
}