Your CSS is short, clean and succinct -- good job! One area of improvement is to make sure to comment your main stylings so that when you come back to your code you remember exactly why you decided to style an element a particular way. Here is a quick refresher on commenting in CSS:
https://github.com/aaronlcm/prj-rev-bwfs-dasmoto/blob/master/Dasmotos/resources/css/style.css#L11-L26
Your CSS is short, clean and succinct -- good job! One area of improvement is to make sure to comment your main stylings so that when you come back to your code you remember exactly why you decided to style an element a particular way. Here is a quick refresher on commenting in CSS: