body {
    background-image: url('images/img.jpg') !important;
    background-repeat:no-repeat !important;
    background-size: cover !important;
  }

h1,
h3{
  text-align: center !important;
  font-style: italic !important;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif !important;
}

#pagecontent{
  padding-left: 100px !important;
  padding-right: 100px !important;
  font-size: 20px !important;
  font-weight: 900 ;
  font-style: italic !important;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif !important;
}

.socialmedia
{
  bottom: 20px!important;
  position: absolute !important;
  margin-left:42% !important;

}
.fa:hover {
  opacity: 0.7;
}

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

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

.fa-google {
background: #dd4b39;
color: white;
}

.fa-linkedin {
background: #007bb5;
color: white;
}

.fa-youtube {
background: #bb0000;
color: white;
}

.fa-instagram {
background: #125688;
color: white;
}

.fa-pinterest {
background: #cb2027;
color: white;
}

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