﻿@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_credits_style.css
        For: lbgz_credits.html
*/


/* Body Styles */

body {
    margin: 0px;
    background-image: url(images/desk2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.container {
    background-color: rgba(51, 51, 51, 0.8);
    margin-top: 66px;
    padding-bottom: 50px;
}

#row {
    padding-top: 30px;
}

a,
a:hover {
    color: rgb(255, 213, 134);
}