/*
 * This file is a part of InfiniBrowser — https://infinibrowser.wiki/
 * Copyright (c) zeroptr. All rights reserved.
 */
.center{display:flex;height:100%}.center>div{margin:auto}.item{display:flex;align-items:center;align-content:center;font-size:1.5rem!important;border-radius:6px!important;padding:.6rem .8rem!important;min-height:46px}p{text-align:center}@media screen and (max-width:470px){.item{font-size:4vw!important}}#particles span{display:block;overflow:hidden;width:var(--size);height:var(--size);border-radius:100%;opacity:0;background:#fff;position:fixed;animation:particle var(--speed) linear;z-index:0!important}@keyframes particle{0%{opacity:0;left:var(--x);top:calc(1px - var(--y))}25%{opacity:var(--opacity)}100%{opacity:0;left:calc(var(--x) + var(--x-vel));top:calc(1px - var(--y) + var(--y-vel))}}