*{
    margin: 0;
    padding: 0;
}
.heade{
    min-height: 100vh;
    width: 100%;
    background-image: url(images/img9.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}
.centerr{
    position: absolute;
    font-size: 50px;
    font-family: "Lucida Console", "Courier New", monospace;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px 20px;
  }
.bgimg{
    min-height: 100vh;
        width: 100%;
        background-image: url(images/img6.jpg);
        background-position: center;
        background-size: cover;
        position: relative;
}

.common{
    min-height: 100vh;
        width: 100%;
        background-image: url(images/img10.jpg);
        background-position: center;
        background-size: cover;
        position: relative;
}

.fa {
    padding: 10px;
    font-size: 50px;
    width: 40px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
  }
.fa:hover {
    opacity: 0.9;
}
.fa-facebook {
    background: #3B5998;
    color: white;
  }
.fa-linkedin {
    background: #007bb5;
    color: white;
}
.fa-instagram {
    background: #125688;
    color: white;
}
.fa-google {
    background: #dd4b39;
    color: white;
  }
