@charset "UTF-8";
body{
    min-width: 1000px;
    background-color: rgb(245, 241, 235);
}
.container{
    width: 800px;
    margin: 0 auto;
}
.header{
    background-image: url(../img/sample1-1.jpeg);
    height: 200px;
    background-position: 0 60%;
    color: aliceblue;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
h1{
    padding: 5% 0 0 5%;
}
.navi ul{
    list-style: none;
    display: flex;
    padding: 0;
    justify-content: center;
        }
li{
    margin: 0 5px;

}
.contents{
    width: 70%;
    text-align: center;
}
.contents img{
width: 80%;
}
.header p{
padding: 0 0 0 5%;
font-size: 16px;

}
.contents p{
    padding: auto 0;
    font-size: 16px;
    text-align: left;
}
.main{
    display: flex;
    width: 100%;
}
.menu{
    width: 30%;
}
.menu ul{
    padding: 0 0 0 10px;
}
.footer{
    background-color: rgb(89, 165, 190);
    color: aliceblue;
}
.footer p{
    padding: 30px 0 30px 20px;
}