body {
    background-color: #f3e2ea;
    background-image: url(../img/background.jpg);
    background-attachment: fixed;
    margin-left: auto;
    margin-right: auto;
    color: #000000;
    font-family: Verdana;
    font-size: 14px;
}
a:link {color: #443311;}
a:visited {color: #443311;}
a:active {color: #443311;}
a {font-weight: bold;}
header {
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    margin: 20px 0;
}
p {
    text-align: justify;
}
p, li {
    margin-top: 10px;
}
h1 {
    margin: 30px 0;
}
footer {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 12px;
    text-align: right;
    margin: 40px 0;
}
img {
    box-shadow: 3px 3px 15px 0px rgba(0,0,0,0.3);
    border-radius: 4px;
    -moz-border-radius: 4px;
}
.signature {
    text-align: right;
    font-style: italic;
}
.fb-like {
    margin: 5px 0;
}
.like-a-link {
    cursor: pointer;
    text-decoration: underline;
}
.enum {
    text-indent: -9px;
    margin-left: 9px;
}
.enum::before {
    content: "-\2005";
}
.develop {
    position: fixed;
    left: 0;
    top: 0;
}
.develop h1 {
    margin: 0;
    color: red;
}
