.slideshow {
    width: 100%;
    height: 90vh;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;

    background-repeat: no-repeat;
    background-size: cover;

    transition: var(--normalTransition);
}

.slideshow > h1, .slideshow > h2 {
    display: inline;
    background-color: var(--eerieBlack);
    margin: 0;
    margin-left: 60px;
    padding: 10px;
}

.slideshow > h1 {
    font-size: 60px;
}