
html{
    height: 100%;
}

body {
    background-color: #2c4057;
    height: 100%;
}

div#wrapper{
    width: 80%;
    height: 1000px;
    border-style: solid;
    border-width: 0px;
    border-color: white;
    margin-left: auto;
    margin-right: auto;

}
header{
    margin-top: 50px;
    margin-left: 30px;
    color: white;

}
footer{    
    bottom: 30px;
    position:absolute;
}
a:link {
    color: lightblue;
}

h1{
    text-shadow: 0 0 3px#000000, 0 0 5px #84f4fc;
}
a:visited{
    color:aqua;
}

a:hover {
    color: chartreuse;
}

a:active {
    color: aqua;
}

li{
    color: white;
    font-size: large;
}
address{
    margin-left: auto;
    margin-right: auto;
}
