a:link, a:visited{
    color:#dcdcdc;
    text-decoration:none;
}

a:hover, a:active{
    color:#9fccff;
    text-decoration:none;
}

a{
    font-weight: bold;
}

h1,h2,h3,h4,h5,h6{
    font-family: "Sour Gummy", serif;
    font-weight: 500;
    color:#9fccff;
    line-height: 1.4em;
}

img{
    width: 600px;
}

body{
    color:#dcdcdc;
    font-family: "Nunito", sans-serif;
    font-weight: 400;
    font-size: 1.2em;
    margin: 0px;
    background-color:#dcdcdc;
    line-height: 1.5em;
}

#container{
    max-width:1600px;
    margin:auto;
    background-color:#28272c;
}

header, footer{
    padding:40px;
}
section{
    padding: 10px 40px 10px 40px;
}

header{
    background-color:#00022e;
}

footer{
    background-color:#00022e;
    text-align: center;
}

nav{
    padding: 10px;
}

nav ul {
    list-style: none;
}

nav ul li a {
    padding: 5px;
}

.zain-regular {
    font-family: "Zain", serif;
    font-weight: 400;
    font-style: normal;
  }
