<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* .head-wrap .container
{	
	border: 1px solid black;
} */

.body-wrap
{
	margin-top: -20px;
}
.container {
    display: block!important;
    max-width: 900px!important;
    margin: 0 auto!important;
    clear: both!important;
    
}



.social{
   /*  padding: 15px; */
    background-color: #ebebeb;
}
/* social media icon */
a:hover, a:focus {
    color: inherit;
    text-decoration: none;
}

.fa {
  padding: 10px;
  font-size: 16px;
  width: 40px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.fa:hover {
   /*  opacity: 0.8; */
    color: black;
}

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

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

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

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


.footer-wrap { width: 100%;	clear:both!important;
}

.footer-wrap p {
	font-size:10px;
	font-weight: bold;
}
.footer-wrap a:hover, a:focus {
    color: red;
    text-decoration: none;
}


#img1{
  Height:52px;
  Width:220px;
  padding:8px 8px;
  }
  #img2
  {
      height: 226px;
    width: 170px;
    border: 1px solid black;
  }

  /* #left1{
    border-right: 1px solid black;
  } */
/*#whole{
margin-top: 50px;
margin-left: 100px;
margin-right:500px;
}

 
     

</pre></body></html>