/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : Mar 19, 2023, 5:43:04 PM
    Author     : Dell
*/

body{
    /*background-image: url('http://localhost/mtgmanager/images/cardBack.jpg');*/
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

#cardTable{
    background-color: white;
}