body, html {
margin: 0;
}
body {
color: #22AFFF;
}
svg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
color: currentColor;
border: 1px solid currentColor;
}
.preset {
display: inline-block;
border: 2px solid currentColor;
width: 32ch;
height: 18ch;
margin: 100px;
position: relative;
z-index: 100;
}