#slide-1 {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: rgba(112, 112, 112, 0.3);
}

#slide-1:target {
    display: flex;
}

#slide-2 {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: rgba(112, 112, 112, 0.3);
}

#slide-2:target {
    display: flex;
}

#slide-3 {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: rgba(112, 112, 112, 0.3);
}

#slide-3:target {
    display: flex;
}

#slide-4 {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: rgba(112, 112, 112, 0.3);
}

#slide-4:target {
    display: flex;
}

#slide-5 {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: rgba(112, 112, 112, 0.3);
}

#slide-5:target {
    display: flex;
}

#slide-6 {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: rgba(112, 112, 112, 0.3);
}

#slide-6:target {
    display: flex;
}