@charset "utf-8";

/*
        LBGz'S Custom PC Building Services
		ST0501: Front-End Web Development [CA1]
		Class: DIT/FT/1A/03
		Author: Poon Jun Hua
		Date: 7/5/2019

        File Name: lbgz_prebuilt_styles.css
        For: lbgz_prebuilt.html
*/


/* Body Styles */

body {
    margin: 0px;
    background-color: rgb(56, 56, 56)
}


/* Table Styles */

#table {
    margin-top: 100px;
    text-align: center;
}

th {
    font-size: 0.9rem;
    text-shadow: 3px 2px 5px black;
}