body {
    background-color: #FEEDDC; 
    color: #424242; 
    font-family: 'Architects Daughter', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", "Yu Gothic", "游ゴシック", sans-serif;
    margin: 40px;
    }

nav ul {
    display: flex !important;
    list-style: none;    
    padding: 0;
    margin: 0;
    background-color: #FF9967;
    justify-content: center;    
    width: 100%;
}

nav a , nav span {
    display: block;   
    padding: 10px 15px; 
    color: #424242; 
    font-weight: bold; 
    position: relative; 
    top: -1px;
    }
    
nav a {
    text-decoration: none; 
}

#container {
    width: 650px; 
    margin-left: auto;
    margin-right: auto;
    border: 3px solid #FF9800;
    padding: 20px; 
    box-shadow: 4px 4px 0px #FF9800;
    text-align: center;
}

h1 a {
    text-decoration: none;
    color: inherit;

}

#gallery {
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
    border: none;
    padding: 0;
    background-color: transparent;
}

#gallery img {
    width: 30%; 
    height: auto;
}