```html
.function-box { width: 150px; height: 150px; border-radius: 50%%
background: linear-gradient(to bottom right, #F0C30F, #66D9EF); position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; }
```