﻿body {
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
    background-size: cover;
    background-image: url('../images/bg2.jpg');
    margin: 0;
    padding: 0;
}

a {
    color: black;
    text-decoration: none;
}