body{
    margin: 0px; background-color: lightslategrey;
}
header > h1 {
    margin: 0px;
}
h4{
    margin-bottom: 0px;
}
header{
    background-color: lightslategrey; color: powderblue; font-family: Cursive; padding: 17px;
}
nav{
    background-color: wheat; color: darkcyan; font-family: Cursive;
}
section{
    background-color: wheat; color: darkcyan; font-family: Cursive;
}
h1{
    font-style: italic; text-align: center;
}
h4{
    text-align: center; font-style: revert;
}
footer{
    background-color: darkseagreen; padding: 15px;
}
footer > p {
    font-weight: bolder;
}
textarea{
    background-color: lightgray;
}
line{
    background-color: mediumslateblue;
}
h3{
    display: inline;
}
.effect{
    color: black; text-shadow: 0 0 25px black, 0 0 5px gray;
}