*{
    margin: 0px;
    padding: 0px;
}
.container{
    width: 1200px;
    margin-top: 30px;
}
#topbar-links a{
    text-decoration: none;
    font-size: 16px;
    color: black;
}
#topbar-links{
    margin-top: 30px;
    align-items: center;
}
.navbar li{
    list-style-type: none;
}
.navbar li a{
    text-decoration: none;
    font-weight: 600;
    align-items: flex-start;
}
.social-icons{
  margin-top: 5px;
} 
.social-icons a{
    padding: 5px;
    font-size: 20px;
    font-weight: bold;  
    justify-content: right;
    border-radius: 50%;
}
.social-icons a:hover{
    background-color: black;
    color: white;
}
.p1{
   text-align: justify;
}
.img-responsive{
    width: 40%;
}
.h1{
    text-align: left;
    display: flex;
    font-size: 30px;
    font-weight: bold;
}
/* footer css */
.footer-section {
  font-size: 15px;
  line-height: 1.8;
}

.footer-title {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 18px;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {
  color: #cccccc;
  text-decoration: none;
  transition: 0.3s;
}

.footer-links a:hover {
  color: #ffffff;
  padding-left: 4px;
}

.footer-contact li {
  margin-bottom: 8px;
  color: #cccccc;
}

.footer-contact i {
  margin-right: 8px;
  color: #ffffff;
}
