body {
	background: url('https://raw.githubusercontent.com/cepatpilih/Public/43284e60d3c78a190b5731058d0bc057d1235ec2/Background%20Putri%20Hijabfluencer%202023.svg')no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.ig img{
	float: left;
	width:  100%;
	height: 65%;
	object-fit: cover;
  }

@media screen and (max-width: 720px){
	.ig img{             
		height: 50%;
	}
}

.instagram{
	background: #f09433; 
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

.border-img{
	border: 4px #ffc107 solid;
}