
body {
  background: white;
  text-align: center;
  background: rgb(9,0,8);
}
p {
  color: rgb(200, 160, 66);
  text-shadow: 2px 2px 5px yellow;
}
a {
  color: rgb(240, 200, 106);
  text-shadow: 2px 2px 5px yellow;
}
h1 {
  font-weight: bold;
  color: rgb(240, 200, 106);
  font-family: monospace;
  text-shadow: 2px 2px 5px rgb(200, 160, 66);
}
h3 {
  text-shadow: 2px 2px 5px yellow;
  font-weight: bold;
  color: rgb(200, 160, 66);
}
h4 {
  text-shadow: 2px 2px 5px yellow;
  font-weight: bold;
  color: rgb(200, 160, 66);
}
img {
  border-style: groove;
  border-color: rgb(200, 160, 66);
  border-width: thick;
  box-shadow: 0 0 10px 5px yellow;
}
img2 {
  border-style: none;
  border-color: none;
  border-width: none;
}
body {
  background-image: url("Marble.jpeg");
}

