
body {
  background-color: black;
  font-family: "Georgia", Serif;
  margin:0;
}

hr { 
  display: block;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
  }


.navbar {
  overflow: hidden;
  background-color: #333;
  position: fixed;
  top: 0;
  width: 100%;
}

.navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.navbar a:hover {
  background: #ddd;
  color: black;
}

.main {
  padding: 16px;
  margin-top: 30px;
  height: auto; /* Used in this example to enable scrolling */
}

#p1 {
  font-family: "Georgia", Serif;
  font-size: 20px;
}

#p2 {
  font-family: "Georgia", Serif;
  font-size: 18px;
}

#pa {
  font-family: "Georgia", Serif;
  font-size: 20px;
  color: green;
}
#pb {
  font-family: "Georgia", Serif;
  font-size: 24px;
  color: green;
}

#pc {
  font-family: "Georgia", Serif;
  font-size: 14px;
  color: green;
}

#pd {
  font-family: "Georgia", Serif;
  font-size: 18px;
  color: green;
}


.fa {
  padding: 20px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}
