<p>
<style>
* {
background: #4F77FF;
margin: 0;
body {
background: #1038BF;
margin: 200px 50px -200px;
rotate: 45deg;
}
p {
position: fixed;
border-radius: 9in;
height: 80px;
width: 80px;
inset: -74px;
box-shadow: inset 30q 30q #FFF;
}
}
</style>