/* UNIVERSAL STYLESHEET */

body{
    background-image: linear-gradient(to bottom, #e7c0f7, #f8d6eb);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin: 0;
    padding: 0;    
    font-family: Tahoma, Verdana, sans-serif;
    display: block;
    width: 100%;
    height: 100%;
}

#footer{
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 20px;
    font-size: 18px;
}