body {
    font-family: sans-serif;
    /*background-color: lightblue;*/
    margin: 0 18em;
    margin-right: 21em;
    background-image:url(images/synth.jpg)
   
}
header {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-indent:40px;
    background-color: beige;
    padding-top:20px;
    padding-bottom:20px;
    padding-right:20px;
    padding-left: 30px;
    border-radius: 25px;
}
section {
    margin: 70px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-repeat: no-repeat;
    background-image:url(images/texture2.png)
}
h1 {
    font-size: 60px;
    font-family: fantasy;
    text-shadow: 4px 2px black;
    color:aliceblue
    
}
h2 {
    font-family: Georgia, Times, 'Times New Roman', serif;
    font-size: 40px;
    font-weight: bolder;
}
p {font-size: 20px;

}
a:hover {
    background-color:rgba(2, 54, 2, 0.661)
}
a:link {
    background-color: rgba(23, 23, 153, 0.639);
}
a:visited {
    background-color: rgb(89, 33, 142);
}
a:active {
    background-color: rgb(162, 162, 11)
}
ul li {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-weight: bold;
}
footer {
    padding:30px;
    font-size: 25px;
    text-shadow: 4px 2px black;
    font-family:Arial, Helvetica, sans-serif;
    color:azure
}