span.txt-star{
    color: red;
    text-align: right;
}
p{
    margin: 0;
    padding: 0;
}
.main{
    width: 100%;
    margin:0 auto;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    background: url("../images/contactbgi.png") no-repeat center center;
    position: relative;
    color:white;
}
.main:after{
    background-color: #DCE2F1;
    opacity: 0.2;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    content: "";
}
/* -------------------------------- The Information Part ----------------------------------- */
.information{
    margin: 40px;
    width: 350px;
    z-index: 2;
}
.information ul{
    padding-top: 100px;
}
.information li {
    list-style: none;
    text-align: left;
    border-bottom: 1px solid #DCE2F1;
    margin: 20px auto;
    width: 350px;
}
.information li>a{
    text-decoration: none;
    color:white;
}
/* -------------------------------- The Customer Part ----------------------------------- */
.customer{
    margin: 40px;
    width: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.customer .line{
    width: 350px;
    margin: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    font-size: 20px;
}

.customer input{
    height: 40px;
    width: 350px;
    font-size: 16px;
}

.customer textarea{
    border: 1px solid #DCE2F1;
    width: 350px;
    height: 150px;
    font-size: 16px;
    margin-bottom: 30px;
}

.customer input[type=submit]{
    width: 200px;
    background-color: #b2b1ad;
    align-self: center;
    font-weight: bold;
    color: white;
    border-radius:5px;
}

/* -------------------------------- Footer ----------------------------------- */

footer{
    height: 40px;
    line-height: 40px;
}