body{
  background-image: url(chessboard.png);
}
h1{
  font-size: 15px;
  font-family: Goldleaf;
}
ul.nav-bar {
  list-style-type: none;
  background-color: white;
  overflow: hidden;
}
li.nav{
  float: right;
}
li.nav a{
  display: block;
  text-align: center;
  color: black;
  padding: 15px;
  text-decoration: none;
  font-family: Impact, fantasy;
}
.main-message{
  background-color: black;
  color: white;
  text-align: center;
  padding: 20px;
  margin: 20px;
  font-family: Goldleaf;
}

.text-section{
  background-color: white;
  color: black;
  text-align: center;
  padding: 20px;
  margin: 20px;
  font-family: Goldleaf;
}

p{
  font-family: Goldleaf;
}

.sticky{
  position: fixed;
}