/* - same as padding concerning syntax
* - space between border and other elements!
* - margins add up horizontally!
* - margins collapse vertical (higher is applied)
*/
maring: 0 auto
/* MIN / MAX SIZE */
min-width: 200px;
max-width: 400px;
min-height: 200px;
max-height: 400px;