*
{
    margin: 2px;
    padding: 2px;
}
header {
    color: #586565;
    text-align: left; 
    text-shadow : 3px 2px 10px #99ffff, 3px 6px 18px #ddccff;
    font-family: 'Roboto', sans-serif;
 }

h1 {
    font-size: 18px;
    letter-spacing: 1px;
    color: #586565;
    text-shadow : 3px 2px 10px #99ffff, 3px 6px 18px #ddccff;
    font-family: 'Roboto', sans-serif;
    word-spacing: normal;
    margin: 5px 80px 5px 80px;
}

p {
    top: 50%;
    left: 50%;
    color: #39403E;
    text-align: left;
    text-shadow : 3px 2px 10px #99ffff, 3px 6px 18px #ddccff;
    font-family: 'Roboto', sans-serif;
    margin: 5px 80px 5px 80px;
}

.slide-container {
    height: auto;
    width: auto;
    overflow: auto;
    white-space: nowrap;
    margin: 5px 80px 5px 80px;
   }

.slide-container img {
    width: auto;
    max-height: 400px;
    height: 80%;
}