body{
  background-color: white;
  padding:0;
}


h1 {
  font-style: italic;
  font-family:Papyrus;
  font-size: 60px;
  color: black;
}
p1 {
  font-size: 80px;
  padding: 0;
  font-family:Papyrus
}

nav{
  margin-bottom:40px;
}

a.nav-link{
  font-size:20px;
  width: 150px;
  height: 40px;
  line-height:30px;
  text-align: center;
  margin-right: 10px;
  font-family: cursive;
}

ul li a:hover{
  background-color: black;
}


h2{
  font-family:cursive;
  margin-top:10px;

}

div.img {
  display:flex;
  flex-direction: column;
  margin-bottom:30px;
  margin-left: 20px;
  padding:1px;
}

button {
  background-color:white;
  height: 40px;
  text-decoration: none;
  border-width: 0.5px;
}


li{
  font-family:cursive;
  font-size:20px;

}

.fa {
  padding: 15px;
  font-size: 20px;
  width: 60px;
  text-align:center;
  text-decoration: none;
  border-radius: 80%;
  margin: 5px 5px;
  margin-top:80px;
}
.fa-facebook {
  background: #3B5998;
  color: white;
}
.fa-twitter {
  background: #55ACEE;
  color: white;
}
.fa-youtube {
  background: #bb0000;
  color: white;
}
