html {
    height: 98%;
}

body {
    height: 98%;
    background-color: #FFFF00;
}

section {
    align-items: center;
    width: 800px;
    height: 98%;
    margin: 0px auto;
    margin-top: 0px;
    margin-left: 25%;
    margin-right: 15px;
    box-shadow: 4px 4px 10px rgb(0, 0, 0, 0.5);
    background: linear-gradient(#FFFF00, #FFFFFF);
}

header {
    background: url('/media/images/banner.png');
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
}

H1 {
    color: rgba(255, 0, 0, 0.8);
    font-family: Verdana, Arial;   
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
    text-align: center;
}

nav {
    border-top: double 3px #8e8e8e;
    text-align: center;
}

a {
    font-weight: 15px;
    font-size:large;
    color: rgb(255,0,0);
    text-decoration: none;
}

li {
    float: left;
    list-style: none;
    margin: 0px 30px;
    border-bottom: solid 1px #8e8e8e;
}

article {
    float: left;
    width: 600px;
    overflow: scroll; 
    height: 500px;
    margin: 10px;
    padding: 5px;
    border: 1px solid #ddd;
    font-family: Verdana, Arial;
}

.content {
    border-radius: 10px;
    margin: 10px;
}

.video-container {
    width: 150px;
    height: 250px;

}

.snackbarFoto {
    width: 300px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

footer {
    width: 750px;
    float: left;
    margin: 5px;
    font-style: italic;
}