body {
    background-color: #4C2323;
    margin: 0;
    padding: 0;
    border: 0;
    overflow-x: hidden;
    width: 100%;
    font-family: 'Georgia', serif;
}

.flex {
    display: flex;
    justify-content: space-between;
}

#toten {
    width: 14%;
    height: 100%;
    margin-top: 30px;
    margin-right: 2px;
    font-size: 1.7vw;
    border: solid 3px #E29C51;
    border-radius: 55px;
}

img {
    width: 235px;
    height: 191px;
}

#bra {
    background-color: white;
}

a {
    text-decoration: none;
}

#header {
    width: 90%;
    margin-left: 5%;
    height: 50px;
}

#img1 {
    width: 200px;
    height: 200px;
    position: relative;
    bottom: 80.9%;
}


#fundo {
    background-color: #603E2A;
    height: 450px;
    width: 100%;
    padding-top: 1%;
    display: flex;
    justify-content: center;
}

#img5 {
    margin-bottom: 4%;
    height: 396px;
    width: 571px;
}

#amarelo {
    background-color: #E29C51;
    width: 100%;

}

#linha1 {
    width: 100%;
    height: 5px;
    margin-top: 51.8px;
    background-color: #E29C51;
}

a {
    text-decoration: none;
    color: #603E2A;
}


#fundoo {
    background-image: url(image\ 8.png);
    width: 100%;
    height: 1070px;
    background-color: black;
    padding-top: 4%;
    border-bottom: solid 4px #E29C51;
}

#aa {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    height: 80%;
}

.container {
    max-width: 490px;
    margin: auto;
    background: #5a3d2c;
    color: #ffcc80;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    text-align: center;
    gap: 5px;
    padding: 10px;
    border: solid 7px #E29C51;
}

.box {
    background: #4a3322;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 20px;
    padding: 15px;
}

.box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.a1,
.a2,
.a3,
.a4 {
    background-color: white;
    transition: 0.3s;
}

.a11,
.a22,
.a33,
.a44 {
    color: #603E2A;
    transition: 0.3s;
}

.a1:hover {
    background-color: #603E2A;
}

.a1:hover .a11 {
    color: white;
}

.a2:hover {
    background-color: #603E2A;
}

.a2:hover .a22 {
    color: white;
}

.a3:hover {
    background-color: #603E2A;
}

.a3:hover .a33 {
    color: white;
}

.a4:hover {
    background-color: #603E2A;
}

.a4:hover .a44 {
    color: white;
}




.tam {
    width: 510px;
    height: 205px;
}

#pos {
    position: absolute;
    top: 19.5%;
    left: 34%;
}