body {
    background-color: #181818;
    color: #cccccc;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    text-align: center;
}

.header {
    background-color: #000;
    color: #fff;
    padding: 1rem 1rem;
    text-align: center;
}

.menu {
    background-color: #cccccc;
    color: #000;
    font-size: 2rem;
    font-weight: 500;
    word-spacing: 4rem;
    padding: 2rem;
    text-align: center;
}

.link {
    color: #333366;
    text-decoration: none;
}

.link:hover {
    color: #663399;
    text-shadow: 0 0 8px #663399;
    text-decoration: none;
}

.gallery {
    box-align: center;
    padding: 1rem;
}

.card {
    color: #ccc;
    text-decoration: none;
    cursor: pointer;
}

.card:hover {
    color: #ccc;
    text-decoration: none;
    cursor: pointer;
}

#lightbox {
    position: fixed;
    z-index: 1000;
    top: 0;
    width: 100%;
    Height: 100%;
    background-color: rgba(0, 0, 0, .8);
    display: none;
}

#lightbox.active {
    display: flex;
    justify-content: center;
    align-items: center;

}

#lightbox img {
    max-width: 90%;
    max-height: 90%;
    background-color: black;
    border: 8px double #663399;
}

#blur span:nth-child(1) {
    color: transparent;
    text-shadow: 0 0 2px #fff;
    font-size: 80px;
    font-family: impact;
}
#blur span:nth-child(2) {
    color: transparent;
    text-shadow: 0 0 4px #fff;
    font-size: 82px;
    font-family: impact;
}
#blur span:nth-child(3) {
    color: transparent;
    text-shadow: 0 0 6px #fff;
    font-size: 84px;
    font-family: impact;
}
#blur span:nth-child(4) {
    color: transparent;
    text-shadow: 0 0 8px #fff;
    font-size: 86px;
    font-family: impact;
}
#blur span:nth-child(5) {
    color: transparent;
    text-shadow: 0 0 10px #fff;
    font-size: 88px;
    font-family: impact;
}
#blur span:nth-child(6) {
    color: transparent;
    text-shadow: 0 0 12px #fff;
    font-size: 90px;
    font-family: impact;
}
#blur span:nth-child(7) {
    color: transparent;
    text-shadow: 0 0 10px #fff;
    font-size: 88px;
    font-family: impact;
}
#blur span:nth-child(8) {
    color: transparent;
    text-shadow: 0 0 8px #fff;
    font-size: 86px;
    font-family: impact;
}
#blur span:nth-child(9) {
    color: transparent;
    text-shadow: 0 0 6px #fff;
    font-size: 84px;
    font-family: impact;
}
#blur span:nth-child(10) {
    color: transparent;
    text-shadow: 0 0 4px #fff;
    font-size: 82px;
    font-family: impact;
}
#blur span:nth-child(11) {
    color: transparent;
    text-shadow: 0 0 2px #fff;
    font-size: 80px;
    font-family: impact;
}