html{
    width:100vw;
    height:100vh;
    overflow:hidden;
    background:#a4defc;
}
body{
    margin:0;
    inset:0;
    position:relative;
    width:100vw;
    height:100vh;
    overflow:hidden;
    font-family:"Palatino",serif;
    text-align:center;
}
div{
    position:fixed;
    overflow-y:auto;
    inset:8%;
    background:rgba(255,255,255,.8);
}
p,small{
    display:block;
    margin:38px 18px;
}
::-webkit-scrollbar{
    width:13px;
    background-color:rgba(0,0,0,0);
    box-shadow:inset 1px 3px 3px #fff,inset -2px -3px 3px #007fbf;
    backdrop-filter:blur(3px);
}
::-webkit-scrollbar-thumb{
    background:rgba(0,168,255,.3);
    border-radius:5px;
}