<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
<!--
#app {
position: relative;
margin-left: 120px;
margin-top: 120px;
width: 200px;
height: 200px;
border-radius: 50%;
background-image: linear-gradient(135deg, #36BEFA, #363DFA);
z-index: 1;
}
#app:after {
position: absolute;
width: 102%;
height: 102%;
content: '';
filter: blur(12px);
left: 0px;
opacity: 0.9