html,
body {
margin: 0;
padding: 0;
}
main {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100vh;
background: #0e100f;
background-blend-mode: color-dodge;
}
.logo-outer {
width: 50%;
height: 50%;
background: radial-gradient(89.08% 84.62% at 16.54% 78.46%,#fbfefa 0%,#c9f6b4 39.58%,#abff84 77.6%,#2fee65 100%),
url("https://assets.codepen.io/16327/noise-e82662fe.png");
border-radius: 3rem;
display: flex;
align-items: center;
justify-content: center;
}
svg.logo {
width: 66%;
max-height: 66%;
}