*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

header{
    background-color: #722F37;
    width: 100%;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul{
    display: flex;
    gap: 35px;
}

li{
    list-style: none; 
}

a{
    color:#EFDFBB;
    font-size: 46px;
    font-style: bold;
    text-decoration: none;
}

main{
    background-color: #EFDFBB;
    height: auto;
}

h1 {
    color: #722F37;
    font-style: bold;
    align-content: center;
    font-size: 64px;
    padding: 35px;
    text-align: center;
}

h2 {
    color: #EFDFBB;
    font-size: 32px
}

h3 {
    color: #EFDFBB;
    font-size: 25px
}

.div-owners {
    color: #EFDFBB;  
    padding: 50px;
    background-color: #722F37;
    text-align: center;
    width: 500px;
    height: 500px;
    border-radius: 10px;
    margin: 50px;
    max-width: 1200px; 
    padding: 20px;
}

.div-allOwners{
    align-items: center;
    display: flex;
    flex-direction: column;
}

.div-owners img {
    padding: 20px;
}

.div-aboutOwners{
    color: #EFDFBB;  
    padding: 50px;
    background-color: #722F37;
    width: 1000px;
    height: 450px;
    border-radius: 10px;
    margin: 10px;
}

.div-allEmployees{
    align-items: center;
    display: flex;
    flex-direction: column;
}

.div-employees img{
    margin: 50px;
    padding: 30px;
}

.div-employees{
    background-color: #722F37;
    width: 1100px;
    height: 800px;
    border-radius: 10px;
    margin: 5px;
}

.div-aboutEmployees{
    color: #EFDFBB;  
    padding: 50px;
    background-color: #722F37;
    width: 1000px;
    height: 450x;
    border-radius: 10px;
    margin: 100px;
}

footer{
    background-color: #722F37;
    height: 490px;
    display: flex;
    padding: 90px 70px;
    gap: 60px;
}

footer h2{
    font-size: 40px;
    font-weight: 600;
    color: #EFDFBB;

    margin-bottom: 40px;
}

footer p{
    color: #EFDFBB;
    font-size: 26px;
    font-weight: 400;
}

.footer-left{
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 50%;
}

.footer-right{
    display: flex;
    flex-direction: column;
    width: 50%;
    gap: 4px;
}

.footer-right ul{
    display: flex;
    flex-direction: column;
    width: 564px;
}

.footer-right a{
    color: #EFDFBB;
    font-size: 30px;
    font-weight: 700;
}

.footer-right li{
   display: flex;
   flex-direction: row;
   align-items: center;
}

footer img{
    width: 43px;
    height: 43px;
}