Fixed boxes everywhere!

The 10em*10em grey box is fixed by its right bottom corner to a constant px distance from the corner of the viewport. It can grow in other directions according to the user's text size.
{
position: fixed;
bottom: 30px;
right: 30px;
...
}