@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab&family=Sacramento&display=swap');

.slideshow-container {
    width: 70vw;
}

@media screen and (max-width: 942px) {
    .slideshow-container {
        width: 95vw;
    }
}

#title {
    font-size: 30px;
    margin-left: 40px;
    margin-right: 40px;
    max-width: 900px;
    margin-top: 50px;
    text-align: justify;
    font-family: 'Roboto Slab', serif;
    color: black;
    text-shadow: 5px 5px 10px rgb(107, 107, 107);
    margin-bottom: 15px;
}

.highlight {
    color: blue;
    text-shadow: 2px 2px 2px yellow;
}

#quote {
    max-width: 600px;
    margin-left: 100px;
    margin-right: 100px;
    font-size: 30px;
    font-family: 'Sacramento', cursive;
    text-shadow: 5px 5px 10px black;
    color: black
}

#signature {
    text-align: right;
    margin-right: 100px;
    font-family: 'Sacramento', cursive;
    color: black;
    font-size: 30px;
    margin-bottom: 100px;
}

.quotation-mark {
    font-size: 60px;
    font-family: 'Sacramento', cursive;
    color: grey;
    text-shadow: 5px 5px 10px black;
}