.maincontainer {
    background-color: #333333;
    width: 1920px; height: 500px;
    display:flex;
    justify-content: center;
    padding-top: 45px;
}
.box1 {
    background-color: #f2f1ec;
    height: 450px; width: 850px;
    margin-right: 10px;
    border-radius: 20px;
}
.box2 {
    background-color: #f2f1ec;
    height: 450px; width: 850px;
    margin-left: 10px;
    border-radius: 20px;
}
.box1h1 {
    padding-top: 130px;
    justify-content: center;
    text-align: center;
    font-family: sans-serif;
    font-size: 30px;
}
.box1p1 {
    padding-right: 50px;
    padding-left: 50px;
    padding-top: 20px;
    justify-content: center;
    text-align: left;
    font-size: 20px;
}
.box1h2 {
    padding-top: 120px;
    justify-content: center;
    text-align: center;
    font-family: sans-serif;
    font-size: 30px;
}
.box1p2 {
    padding-right: 50px;
    padding-left: 50px;
    padding-top: 10px;
    justify-content: center;
    text-align: left;
    font-size: 20px;
}
.button {
    background-color: #ebebe3;
    height: 50px; width: 1880px;
    display:flex;
    justify-content: center;
    padding: 20px;
}
.button2 {
    background-color: #f3f3ee;
    height: 30px; width: 80px;
    padding-top: 5px;
    text-align: center;
    border-radius: 10px;
    box-shadow:3px 3px 8px 3px rgba(0, 0, 0, 0.1);
}
.footer {
    background-color: #333333;
    padding:20px;
    text-align:center;
    font-family:Arial;
    width: 1880px; height: 130px;
}
.mubu {
    margin-bottom:10px;
    size: 30px;
    color: white;
}