@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_build_styles.css
        For: lbgz_build.html
*/


/* Body Styles */

body {
    margin: 0px;
    background-color: rgb(71, 29, 29);
}

.container {
    border-radius: 25px;
    background-color: rgb(179, 90, 90);
    margin: 100px 10px 50px;
}


/* Form Styles */

form {
    padding: 10%;
}


/* Checkout Styles */

#subtotal {
    text-align: center;
}