
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background-image: url("IMG_6095.JPG");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-attachment: fixed;
  color: black;
}
h1{
  font-size: 60px;
  text-align: center;
  color:rgb(222, 207, 214);
  font-family:'Courier New',monospace;
}
h2{
  font-size: 40px;
  text-align: center;
  color:rgb(222, 207, 214);
  font-family:'Courier New',monospace;
}
a {
  font-size:100%;
  color:rgb(222, 207, 214);
  font-family:'Courier New',monospace;
}
