@charset "UTF-8";

.container {
    width: 100%;
    margin: 0 auto;
    background-image: url(../img/bg.png);
    background-size: cover;
}

.header {
    width: 100%;
    height: 100px;
    display: flex;
    margin: 0 auto;
}

.header1 {
    width: 20%;
    padding-top: 15px;
}

.header1 img {
    width: 100%;
}

.header2 {
    width: 50%;
    margin-left: 30%;
    padding-top: 30px;
}

.header2 ul {
    display: flex;
    justify-content: space-around;
    list-style: none;
}

.header2 a {
    text-decoration: none;
    color: #735202;
    font-weight: bolder;
}

.header2 a:hover {
    color: aqua;
}

.header2 img {
    width: 25px;
}


.about {
    width: 100%;
}

.about h1 {
    font-size: 80px;
    text-align: center;
    color: #735202;
    margin-top: 100px;
    margin-bottom: 100px;
}

.about1 {
    width: 100%;
    display: flex;    
}

.about1 img {
    width: 100%;
    padding-left: 200px;
}

.about1 p {
    white-space: nowrap;
    color: #735202;
    margin-top: 30px;
    padding-top: 30px;
    padding-left: 40px;
    font-size: 16px;
    line-height: 1.9;
}

.about2 {
    width: 100%;
    /* height: 500px; */
    background-image: url(../img/abouthonu.png);
    background-size: contain;
    background-position: right;
    padding-bottom: 100px;
}

.about2 h2 {
    font-size: 40px;
    text-align: center;
    color: #735202;
    margin-top: 100px;
    margin-bottom: 100px;
}

.about2 p {
    white-space: nowrap;
    color: #735202;
    padding-bottom: 40px;
    padding-left: 400px;
    font-size: 16px;
    line-height: 1.9;
}

