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;
        flex-direction: column;
        align-items: center;
        width: 90%;
        font-size: 16px;
    }
}

.div3 {
    display: flex;
    /*flex-wrap: nowrap;*/
    flex-direction:column;
    text-align:left;
}

.Contactbottom {
    text-align: center;
    width: 100%;
}

@media (max-width:682px) {
    .Contactbottom {
        display: none;
    }
}