body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    text-align: center;
}

.div0 {
    display: flex;
    justify-content: center;
}

.div1 {
    display: inline-block;
    text-align: center;
    width: 1200px;
}

.div2 {
    display: flex;
    justify-content: space-around;
    font-size:16px;
}

@media(max-width:1000px){
    .div2 {
        display: flex;
        /*justify-content: space-around;*/
        flex-direction:column;
        align-items:center;
    }
}

.div3 {
    display: flex;
    flex-wrap: nowrap;
}

@media (max-width:1000px) {
    .div1 {
        display: inline-block;
        justify-content: center;
        width: 100%;
    }
}

.Contactbottom {
    text-align: center;
    width: 100%;
}

@media (max-width:682px) {
    .Contactbottom {
        display: none;
    }
}

.img1 {
    max-width:100%;
}

@media (max-width:800px) {
    .img1 {
        width: 80%;
    }
}