body{
margin:1em;
}
xmp{
background: hsl(220, 80%, 90%);
font-size:1.2em;
margin:0 1.5em;
padding:1em;
}
#rounded{
width: 450px;
height: 450px;
-moz-border-radius: 1% 50% 30% 0;
-webkit-border-radius: 1% 50% 30% 0;
border-radius: 1% 50% 30% 0;
overflow:hidden;
position:relative;
}
#myFB{
width:100%;
height: 100%;
-webkit-filter: hue-rotate(40deg) saturate(3);
filter: hue-rotate(40deg) saturate(3);
}