/* CIT 230 - Assignment Portal CSS Template */
/* You may use #HEX or color names */

/* * is a wildcard referring to all elements. */
* { margin: 0; box-sizing: border-box; }

body {
font-size: 16px;
line-height: 32px;
font-family: Ubuntu, sans-serif; /* Ubuntu, sans-serif */;
color: #042f23; /* #xxxxxx */;
}

h1 {
font-size: 3rem; /* x.xrem  (rem is a unit of measure) */;
	color: whitesmoke; /* #xxxxxx */;
}

h2 {
font-size: 2rem; /* x.xrem */;
text-align: center;
border-bottom: 1px solid #bbb;
}

header, main, footer {
margin: 1.25rem auto;
padding: .5rem;
max-width: 900px; /* xxxpx (px = pixel is a unit of measure)  */;
}

header, footer, footer a {
text-align: center;
background-color: #095d47;/* */;
color: whitesmoke;
}

header img {
width: 200px;/*  */;
height: auto;
float: right;
}

footer {
font-size: /* smaller */;
}
