#sexyboi{
top:50%;
left:50%;
transform:translate(-50%,-50%);
width:200%;
height:200%;
position:fixed;
opacity:1;
filter:blur(200px);
animation: baskam 2s forwards;
}

@keyframes baskam{
	from{filter:blur(200px) saturate(0%); width:200%; height:200%;}
	to{filter:blur(0px) saturate(100%); width:100%;height:100%;}
}

#bigoandco{
top:50%;
left:50%;
transform:translate(-50%,-50%);
position:fixed;
color:white;
}
