/*Max Fontaine, Project 1 personal website for DGM 6501*/

body {
  background-image: radial-gradient(rgb(214, 134, 162) 1.5px, transparent 1.5px), radial-gradient(rgb(214, 134, 162) 1.6px, white 1.6px);
  background-size: 66px 66px;
  background-position: 0 0, 33px 33px;
  color: black;
  font-family: "Courier New", Courier, monospace;
}
h1 {
  text-align: center;
}
p {
 font-size: 18px; 
}
hr {
  height: 2px;
  background-color: lightblue;
}
.navigation {
  display: flex;
  border: 1px solid blue;
  background-color: lightblue;
  padding: 10px;
  box-shadow: 0px 0px 25px 7px rgb(214, 134, 162) inset;
  font-size: 25px;
}
footer {
  position: sticky;
  bottom: 0;
  float: right;
}