﻿body {
    /*background-image: linear-gradient(to bottom right, #6B6E75, #cBcEd5);*/
    background: #cBcEd5;
    background-image: url(../Resources/background.jpg);
    /*background-image: url(Resources/background.jpg), linear-gradient(#6B6E75, #cBcEd5);*/
    background-position: center;
    /*background-repeat: no-repeat;*/
    background-repeat: tile;
    background-size: cover;
    text-align: center;
    font-family: 'Great Vibes';
    font-size: large;
    text-shadow: 1px 1px 0px #6B6E75;
    width: 100%;
    height: 100%;
}

table.center {
    margin-left: auto;
    margin-right: auto;
}
