html {
    position: relative;
    min-height: 100%;
}

body {
   background-color: #008080;
   margin: 0 0 100px;
}

footer {
    background-color: #E6E6E6;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 27px;
    width: 100%;
}

h1 {
    color: black;
    text-align: center;
}

.farsi {
    color: black;
    text-align: center;
}

.header {
	color: #36A0FF;
        font-size: 27px;
        padding: 10px;
    }

.bigicon {
        font-size: 35px;
        color: #36A0FF;
    }
.work {
	background-color: #E6E6E6;
    }

a:link {
    color : white;
}

a:visited {
    color: white;
}

a:hover {
    color : yellow;
    text-decoration: underline;
}