*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
.container{
    width: 1583px;
 
}
.container image{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-size: contain;
}
.content::before{
    width: 1583px;
    height: 1500px;
    display: flex;
    justify-content: center;
}
.content{
    width: 1583px;
    display: flex;
    justify-content: center;
}
.interact{
    display: flex;
    justify-content: center;
}
.about-us{
    width: 1583px;
    display: flex;
    justify-content: center;
}
.contact-us{
    width: 1583px;
}
.contact-us h1{
    display: flex;
    justify-content: center;
    font-size: 3.3rem;
    left: 0px;
}
#submit{
    left: 0px;
}