body {
	background-color: black;
	color: white;
}
.imag {
	background-image: url(../img/backg.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
}
ul {
	list-style-type: none;
	overflow: hidden;
	background-color: #333;
	width: 100%;
	margin: 0px;
	padding: 0px;
	display: block;
}
li {
	float: left;
	display: block;
}
li a
{
	display: block;
	color: #f2f2f2;
    text-align: center;
  	padding: 14px 16px;
  	text-decoration: none;
}
li a:hover {
	display:block;
	background-color: rgb(112, 108, 108);
}
#act {
	display: block;
	background-color: grey;
}
#heading
{
	text-align: center;
}
#username
{
	padding: 10px;
}
#userbt
{
	border-radius: 12px;

}
.des
{
	text-align: center;
	font-size: 30px;
	padding: 30px;
}
.conimag 
{
	background-image: url(../img/con.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position-y: -100px;
}
.ic
{
	width:25%;
	height:80%;
	object-fit: contain;
	float:left;
}
.icons
{
	margin-top: 10vh;
	/* background-color: black; */
	object-position: center;
	margin-left:3vw;
	width:auto;
	height:20vh;
}
#chngimg
{
	display: block;
	height: auto;
	width: auto;
	margin-right: auto;
	margin-left: auto;
}
.imhe
{
	text-align: center;
}
#like
{
	display: block;
	float: right;
	clear: right;
}
/* h2 */
/* { */
	/* width: auto; */
/* } */
.coninfo
{
	margin-left: 20px;
	font-size: 18px;
}
th, td, tr 
{
	margin-left: 20px;
	border: solid;
	border-collapse: collapse;
}
.aboutmeimg
{
	background-image: url(../img/aboutmeimg.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
}
#tab
{
	margin-left: 20px;
}
#proimg
{
	background-image: url(../img/fireimg.png);
	background-size: 100%;
	background-repeat: no-repeat;
}