body {
  background-image: url(websitebg.png);
  background-color: black;
  background-repeat: no-repeat;
  background-position: right top;
  background-attachment: fixed;
  color: #404F56;
  font-family: Chomsky;
}

h1 {
  color: #000000;
  font-family: Chomsky;
  font-size: 86px;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 3px;
}

h2 {  color: #000000;
  font-family: Chomsky;
  font-size: 43px;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 3px;
}

h3 {  color: #000000;
  font-family: Chomsky;
  font-size: 24px;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 3px;
}
a:link {
  color: #775566;
  cursor: pointer, auto;
  text-decoration: none;
}

a:visited {
  color: blue;
}

a:hover {
  color: hotpink;
  cursor: pointer, auto;
}

a:active {
  color: hotpink;
  cursor: auto;
}
ul {
  color: black;
  list-style-image: url();
  font-family: Chomsky;
  font-size: 16px;
  text-align: center;
}
button4 { 
  background-color: #233559;
  background-image: url(/Back_Button_Art.png);
  width: 45px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 100%;
  border: none;
  color: white;
  padding: 12px 29px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 36px;
  border-radius: 4px;
  margin-left: 575px;
  cursor: url(/bnuuycursor.png);
}

button4:hover {
  background-color: #2e4574;
  cursor: url(/bnuuycursor.png), auto;
}

button4:active {
  background-color: #1b2945;
  box-shadow: 4px 8px #262626;
  transform: translateY(4px);
}