body, html {
    height: 100%;
    max-height: 95%;
}

.bg {
    background-image: url("../images/background.png");
    height: 100%;
    background-position: center;
    background-repeat: repeat;
}
/* link styling */
a:link {
    color: #f97b4d;
    text-decoration: underline;
}

a:visited {
    color: #efd2dc;
    text-decoration: none;
}
