.column1 {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 2px 2px 2px;
    max-width: 650px;
}

/* Slideshow container */
.slideshow-container {
    height: auto;
    width: auto;
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, from( #d1e0b4), to( #f9eed2 ));
    border: solid 2px #93b946;
    border-radius: 2em;
}

/* Slides */
.mySlides {
    display: none;
    padding: 15px;
    text-align: center;
}

/* Next & previous buttons */
.prev,
.next {
    border: solid 2px #d1e0b4;
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -30px;
    padding: 5px;
    color: black;
    font-weight: bold;
    font-size: 20px;
    border-radius: 2em;
    user-select: none;
    transition: background-color 0.6s ease;
}

/* Position the "next button" to the right */
.next {
    position: absolute;
    right: 0;
    border-radius: 3em;
    border: solid 2px #d1e0b4;
    transition: background-color 0.6s ease;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: #ed542ade;
    border: solid 2px #c82f04;
    border-radius: 3em;
    color: white;
    transition: background-color 0.6s ease;
}

/* The dot/bullet/indicator container */
.dot-container {
    text-align: center;
    border: solid 2px #93b946;
    border-radius: 2em;
    padding: 10px;
    background: white;
    background: -webkit-gradient(linear, left top, left bottom, from(#f9eed2 ), to(#d1e0b4 ));
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    border: solid 2px #d1e0b4;
    margin: 0 10px;
    background-color: #fcf7e8;
    border-radius: 2em;
    display: inline-block;
    transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
.active {
    border: solid 3px #93b946;
    background-color: #f9eed2;
}

.dot:hover {
    background-color: #ed542ade;
    border: solid 2px #c82f04;
    transition: background-color 0.6s ease;
}

/* Add an italic font style to all quotes */
q {
    font: italic bold 15px monospace;
    font-size: 15px;
}

/* Add a blue color to the author */
.author {
    font-size: 15px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #336;
}

.author1 {
    font-size: 15px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #c82f04;
    border: solid 2px #93b946;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d1e0b4));
    padding: 10px 10px 10px;
    border-radius: 1em;
}

.happy img {
    max-width: 250px;
    height: auto;
    font-weight: auto;
    border-radius: 2em;
}