
body {
    height: 100%;
     /* The image used */
    background-image: url("images/background.jpg");

   /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
a:hover {
    color: #4568DC;
}