h1 {
    text-align: center;
}

body {
    padding-left: 11em;
}

ul.navbar {
    position: absolute;
    top: 2em;
    left: 1em;
    width: 9em }


li {
    /* font-size: 100px; */
    color: navy;
    font-family: fantasy;
    /* text-align: center; */
    /* border: 5px solid navy;
    border-top: 0px;
    border-bottom: 0px; */
    /* padding: 20px;
    margin:20px; */
}

.artdiv {
    width: 300px;
    height: 450px;
    background-color: navy;
    margin-top: 150px;
    margin-left: 50px;
    position: relative;
    top:50px;
    left:50px;
    border: 5px solid navy;
    border-radius: 10px;
    display: inline-block;
}

.artworks {
    /* border: 5px solid navy; */
    width: 100%;
    background-color: navy;
    border: 2px solid coral;
    position:absolute;
    top:75px;
    left:75px;
    z-index:100;
}

.artdiv p {
    background-color:navy;
    color:coral;
    width:100%;
    position:absolute;
    z-index:50;
    text-align: center;
    font-style: italic;
} 

.animation-flex-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.videos {
    width: 400px;
    height: 400px;

}

.speech-videos {
    width:1000px;
    height:1000px;
}

.footer {
    text-align:center;
    
}