.logo {
    width: 121px;
    height: 38px;
}

.links div {
    color: #432818;
    margin-left: 30px;
    font-weight: 600;
    font-size: 16px;
}

.links {
    display: flex;
}

header {
    display: flex;
    justify-content: space-around;
    text-align: center;
    align-items: center;
    height: 70px;
}

.sign {
    display: flex;
}

.button1 {
    color: #432818;
    width: 72px;
    height: 40px;
    text-align: center;
    align-content: center;
}

.button2 {
    background-color: #432818;
    color: #EDE0D4;
    width: 72px;
    height: 40px;
    text-align: center;
    align-content: center;
    border-radius: 8px;
}

.main1 {
    justify-items: center;
    margin-top: 50px;
}

.im1 {
    width: 416px;
    height: 416px;
    background-color: #F3D5B5;
    color: #432818;
    text-align: center;
    align-content: center;
    border-radius: 24px;
    font-weight: 700;
    font-size: 48px;
    margin-right: 15px;
}

.intro1 {
    display: flex;
}

.intro2 {
    display: flex;
    margin-top: 15px;
}

.img1 {
    width: 856px;
}

.img2 {
    width: 856px;
    margin-right: 15px;
}

.im2 {
    width: 416px;
    height: 416px;
    background-color: #F3D5B5;
    color: #432818;
    text-align: center;
    align-content: center;
    border-radius: 24px;
    font-weight: 700;
    font-size: 48px;
}

.main2 {
    background-color: #EDE0D4;
    text-align: center;
    align-content: center;
    height: 892px;
    margin-top: 100px;
}

.about {
    display: flex;
    width: 1320px;
    justify-content: space-between;
    margin: auto;
    margin-bottom: 40px;
}

.am1 {
    color: #251805;
    font-weight: 500;
    font-size: 48px;
}

.am2 {
    color: #593D3D;
    font-weight: 400;
    font-size: 16px;
    width: 636px;
}

.img3 {
    width: 1320px;
}

.main3 {
    margin-top: 100px;
}

.menu1 {
    display: flex;
    width: 1300px;
    justify-content: space-between;
    margin: auto;
    margin-bottom: 50px;
}

.mm1 {
    color: #251805;
    font-weight: 500;
    font-size: 48px;
}

.mm2 {
    color: #593D3D;
    font-weight: 400;
    font-size: 16px;
    width: 636px;
}

.menu2 {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.main4 {
    margin-top: 100px;
    justify-items: center;
}

.blog1 {
    display: flex;
    width: 1296px;
    justify-content: space-between;
    margin: auto;
    margin-bottom: 50px;
}

.bm1 {
    color: #251805;
    font-weight: 500;
    font-size: 48px;
}

.bm2 {
    color: #593D3D;
    font-weight: 400;
    font-size: 16px;
    width: 636px;
}

.img4 {
    width: 1296px;
}
footer{
    height: 365px;
    margin-top: 100px;
    background-color: #432818;
    display: flex;
}
