/*
  Name: Harry Cheng
  Date: 09.03.2025
  Section: CSE 154 AA

  THis is the overall stylesheet for iusm.html and about.html.
*/

body {
  background-color: beige;
  font-family: "SUSE Mono", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: cadetblue;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

p.note {
  font-size: 13px;
  color: #b0b0c8;
}

img.icon {
  height: 70px;
}

img {
  height: 300px;
  margin: 5px;
}

blockquote p {
  font-size: large;
}

blockquote footer {
  text-align: right;
}

blockquote footer, body > footer {
  font-size: small;
}

body > footer {
  flex-flow: column;
  align-items: center;
  border: 2px solid #d4d48c;
  margin-top: 5em;
  padding: 10px;
}

body > footer, #iusm-pics {
  display: flex;
}

article.contact-information {
  text-align: center;
  width: 60%;
}

#iusm-pics {
  flex-flow: row wrap;
}