body {
    background-image: url(backgroundimage.jpg);
    background-size: conver;
    padding-left: 15%;
}

h1 {
    text-align: center;
    word-spacing: 20px;
    left: 50%;
}

.header {
    Background-color: #5D667F;
    width: 70%;
    left: 15%;
    clear: both;
}

/*== Navigations css code ==*/

nav {
    background-color: #487CFF;
    width: 70%;
    clear: both;

}

nav a {
    text-transform: uppercase;
    font-size: 25px;
}

nav a:hover {
    color: #fff;
}

ul li {
    list-style: none;
}

ul li a {
    text-decoration: none;
    display: inline;
}

/*== The main ==*/
.main {
    background-color: #5D667F;
    padding-top: 50px;
    width: 70%;
    height: 500px;
    left: 15%;
    clear: both;
}

p {
    margin-left: 20px;
    color: white;
    margin-right: 20px;
    text-align: justify;
    font-size: 16px;
    text-indent: 30px;
}


/*== The footer ===*/

footer {
    background-color: #5D667F;
    margin-top: 20px;
    color: white;
    width: 70%;
    left: 15%;
    clear: both;
    text-align: center;
}


.unorderlist {
    padding-left: 25px;
}


/*== Contact form code */

#myForm {
    font-size: 25px;
    position: absolute;
    border-style: solid;
    left: 25% 30%;
    width: 30%;
    background-color: #487CFF;
    box-shadow: 10px 10px 5px #888;
    padding: 10px;
    cursor: pointer;
}

#hints {
    font-family: arial;
    color: organge;
    height: 40px;
    font-size: 20px;
}


#formData {
    position: absolute;
    border-style: solid;
    left: 25%;
    top: 30%;
    width: 20%;
    background-color: #487CFF;
    box-shadow: 10px 10px 5px #888;
    padding: 10px;
    cursor: pointer;
}

input {
    position: absolute;
}

.tb {
    position: absolute;
    right: 100px;
}


#rq {
    color: red;
}

td,
th {
    color: #ccc;

}