/* CSS Document used for the March Madness Document
Author: Kevin Jacob
Course: ITWP 1000
File: MarchMadness.css
*/
body {
  font-family: Arial, sans-serif;
  background-color: #005eb8;
}
h1 {
  text-align: center;
  color: white;
   border: 2px black;
}
p {
  text-align: center;
  color: white;
  border: 2px black;
}
h2 {
  text-align: center;
  color: white;
  border: 2px black;
}
nav {
  text-align: center;
  color: white;
}
a {
  color: white;
}

div {
  width: 80%;
  margin: auto;
}

.video1 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 55%;
  border-radius: 10px;
}
.image1 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
  border-radius: 10px;
}
.contact1 {
  text-align: center;

}

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

#contact {
  text-align: center;
}