@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-image: url(Images/desk2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}


/* Article Styles */

article {
    padding-top: 5.4em;
    padding-bottom: 3.4em;
}


/* Form Styles */

#form {
    background-color: rgba(71, 29, 29, 0.6);
    padding: 5%;
    margin: auto;
    margin-top: 50px;
}

#form>h1 {
    font-size: 3rem;
    text-decoration: underline;
}

#form>label {
    font-size: 2rem;
    padding-top: 100px;
}

button,
input {
    color: black;
}

input {
    margin: 10px 5px
}

#buttons {
    text-align: center;
}