/* CSS Document used for U of M document
Author: Kevin Jacob
Course: ITWP 1000
File: UofM.css
*/
body {
  font-family: Arial, sans-serif;
  background-color: #fed212;
}
h1 {
  text-align: center;
  color: #102955;
   border: 2px black;
}
p {
  text-align: center;
  color: #102955;
  border: 2px black;
}
h2 {
  text-align: center;
  color: #102955;
  border: 2px black;
}
figcaption {
  text-align: center;
  color: #102955;
  border: 2px black;
}
nav {
  text-align: center;
  color: #102955;
}
a {
  color: #102955;
}
div {
  width: 80%;
  margin: auto;
}
audio {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 30%;
  border-radius: 10px; 
}

.video1 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 55%;
  border-radius: 10px;
}

.image1 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  border-radius: 10px;
}

/* ID */
#validation {
  text-align: center;
}