<p>
<style>
* {
background: #293D7E;
body {
margin: 45px 115px 135px;
border: solid 20px #6E91CA;
border-bottom: none;
border-radius: 9in 9in 0 0;
}
p {
background: #6E91CA;
position: fixed;
top: 165px;
left: 115px;
margin: 0;
height: 80px;
width: 60px;
border-radius: 0 5vw 10vh 10vh;
-webkit-box-reflect: right 50px;
}
}
</style>