*{
    padding: 0;
    margin: 0;
    color: #000;
}

.divcenter {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
#Toys{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 50px 10px;
}
#Toys h1{
    margin: 20px 10px;
}
#Toys h3{
    margin: 20px 10px;
    
    border-bottom: 1px solid #000;
}
#Home-Appliances{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 50px 10px;
}
#Home-Appliances h1{
    margin: 20px 10px;
}
#Home-Appliances h3{
    margin: 20px 10px;
    
    border-bottom: 1px solid #000;
}
#Automobile{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 50px 10px;
}
#Automobile h1{
    margin: 20px 10px;
}
#Automobile h3{
    margin: 20px 10px;
    
    border-bottom: 1px solid #000;
}
#Press{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 50px 10px;
}
.press6 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
#Press h1{
    margin: 20px 10px;
}
#Press h3{
    margin: 20px 10px;
}
#Mold{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 50px 10px;
}
#Mold h1{
    margin: 20px 10px;
}
#Mold h3{
    margin: 20px 10px;
}
#Weld{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 50px 10px;

}
#Weld h1{
    margin: 20px 10px;
}
#Weld h3{
    margin: 20px 10px;
}

.imgnewbox2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
}
.imgnewbox2 img{
    padding: 10px;
    margin: 20px;
}
.imgnewbox10 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
}
.imgnewbox10 img{
    width: 320px;
    padding: 10px;
    margin: 20px;
}
.imgnewbox6 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.imgnewbox6 img{
    padding: 10px;
    margin: 20px;
}
.imgnewbox1 img{
    width: 100%;
    padding: 5px;
}
@media(max-width: 450px){
    .imgnewbox2 img{
        width: 100%;
        padding: 5px;
        margin: 5px;
    }
    .imgnewbox6 img{
        width: 100%;
        padding: 5px;
        margin: 5px;
    }
}
@media(max-width: 400px){
    .imgnewbox6 img{
        width: 100%;
        padding: 5px;
        margin: 5px;
    }
    .imgnewbox10 img{
        width: 100%;
        padding: 5px;
        margin: 5px;
    }
}