body {
  margin: 0px;
  background-image: linear-gradient(to bottom right, #7A2FD4, #FC4BAF);
  background-repeat: no-repeat;
  height: 100%;
  padding: 0px;
}
p {
  font-family: "Roboto"
}
h1 {
  font-family: "Bebas Neue";
  font-weight: normal;
}
h2 {
  font-family: "Bebas Neue";
  font-weight:normal;
  color: #c49104;
}
h3 {
  font-family: "Roboto";
  font-weight: normal;
}
h3 b {
  color: #c49104;
}
.page-contents {
  background-color:white;
  margin:0px;
  padding: 1% 2% 05% 2%;
}
#page-title {
  position:relative;
  top: 0.35em;
  margin: 0px 0px 0px 2%;
  padding: 3em 0px 0px 0px;
  font-size: 90px;
  color:white;
  font-family: Bebas Neue;
  font-weight: bold;
}
#diamond {
  z-index: -1;
  width: 700px;
  position: fixed;
  left: 800px;
  bottom:95px;
}
.priorities h2 {
  font-family: "Bebas Neue";
  font-weight: lighter;
  color: #c49104;
}
