header{
    width: 100%;
    height: 20%;
    background-color: rgb(161, 161, 161);
    display: flex;
    align-items: center;
    
}
body{
    margin: 0;
}

.logo>img{
padding: 15px;
width: 200px;

}

.logo{
    flex: 25;
}

nav{
    flex: 75;
    display: flex;
    justify-content: space-around;
}
nav>a{
    text-decoration: none;
    font-size: 20px;
    color: black;
}
nav>a:hover{
    color: rgb(70, 70, 70);
    transform: scale(1.2);
}

section{
    background-color: rgba(66, 66, 66, 0.486);
    height: 600px;
    margin: 10px 100px;
    border: solid 1px;
    border-radius: 10px;
    overflow: hidden;
}

footer{
    width: 100%;
    height: 50px;
    background-color: rgb(190, 190, 190);
    display: flex;
    align-items: center;
    justify-content: center;
}

.qwe{
    display: flex;
    
    
}

.ter{
    width: 100%;
    display: flex;
    justify-content: center;

}

.sert{
    width: 50%;
}

.zxc{
    display: flex;
    justify-content: end;
    flex: 1;
}

.qwerty{
    /* width: 50%; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
}

.asd{
    display: flex;
}

#company{
    font-size: 19px;
    display: flex;
}

#order>div{
    font-size: 18px;
    margin: 5px;
}

#contact>p{
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#contact>h1{
    display: flex;
    justify-content: center;
    align-items: center;
}

.lift-container{
    position: relative;
}
.lift{
    position: absolute;
    right: 12%;
    top: 94%
}

.lift>img{
    width: 175px;
}


.house{
    position: absolute;
    right: 28%;
    bottom: -123%;
}

.house>img{
    width: 600px;
}

#factory{
    font-size: 20px;
}