/* 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: sans-serif;
  color: black;
}

h1 {
  font-size: 2em;
  color:whitesmoke;
}

h2 {
  font-size: 1.5em;
  text-align: center;
  border-bottom: 1px solid #bbb;
}

header, main, footer {
  margin: 1.25rem auto;
  padding: 0.5rem;
  max-width: 1000px;
}

header, footer, footer a {
  text-align: center;
  background-color: darkred;
  color: whitesmoke;
}

header img {
  width: 200px;
  height: auto;
  border: 2px solid black;
  float: right;
}

footer {
  font-size: 0.5em;
}
