	h1 {
  text-align: center;
  font-family: Copperplate, Papyrus, fantasy;
}

h2 {
  text-align: center;
  font-family: Copperplate, Papyrus, fantasy;
}

h3 {
  text-align: center;
  font-family: "Times New Roman", Times, serif;
}

p {
  text-align: center;
  font-family: Copperplate, Papyrus, fantasy;
}

a {
  text-align: center;
  font-family: Copperplate, Papyrus, fantasy;
}

#grad {
  background-image: linear-gradient( red,orange,yellow,green,blue,indigo,violet);
}

div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 600px;
  border: 1px solid black;
}

Umbra_headshot_basic {
  width: 50px;
  height: 50px;
  border-radius: 50px;
}