@charset "utf-8";
/* CSS Document */

body {
    width:800px;
    margin:0 auto;
    line-height:1.5;
    font-family:'Times New Roman', serif;
    font-size:14px;
    }

img {
    width: 100%;
    }

figcaption {
    font-size: 12px;
    line-height:1.1;
    font-family:'Times New Roman', serif;
    text-align: center;
    }

figure {
    margin-bottom: 50px;
    }

nav {
    font-size: 20px;
    }

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: LightSalmon;
    overflow:auto;
    }

nav ul li {
    float: left;
    }

nav ul li a {
    display: block;
    color: #442c25;
    text-align: center;
    padding: 20px 56px;
    text-decoration: none;
    }

html {
    background: #fef1eb;
    }

h1 {
    font-weight: 500;
    line-height: 2.2;
    }
