.header-area{display:flex;justify-content:center;align-items:center;padding:1.4rem 0px;gap:1rem;margin:3rem 0px}.header-area a,.header-area button{width:100%}.content-area{display:flex;gap:1rem;color:#fff}.footer-area{display:flex;justify-content:space-between;align-items:center;gap:4px;padding-bottom:3rem}.border-container{flex:1;position:relative;border:2px solid var(--color-of-the-year);border-radius:12px;padding:1.4rem;margin-bottom:2rem}.border-label{position:absolute;right:2rem;top:-.5rem;padding:0px .6rem;color:var(--color-of-the-year);background-color:#111;font-weight:700}.mini-border{border:2px solid var(--color-of-the-year);border-radius:12px;padding:.1rem .8rem;cursor:pointer;color:var(--color-of-the-year)}.mini-border:hover{color:#fff}.color-pixel{width:.8rem;height:.8rem;background-color:var(--color-of-the-year)}.flex{display:flex}.justify-center{justify-items:center}.item-center{align-items:center}.gap-4px{gap:4px}@media only screen and (max-width: 600px){.content-area{flex-direction:column;gap:0}}:root{width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;background-color:#111;--color-of-the-year: #a47864}*{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}main{position:absolute;inset:0;margin:auto;width:80vw}a{color:#fff}button{padding:.8em 3em;font-size:large;border:none;outline:none;color:#fff;background:#111;cursor:pointer;position:relative;z-index:0;border-radius:10px;user-select:none;-webkit-user-select:none;touch-action:manipulation}button:before{content:"";background:linear-gradient(-45deg,red,#ff7300,#fffb00,#48ff00,#00ffd5,#002bff,#7a00ff,#ff00c8,red);position:absolute;top:-2px;left:-2px;background-size:400%;z-index:-1;filter:blur(5px);-webkit-filter:blur(5px);width:calc(100% + 4px);height:calc(100% + 4px);animation:glowing-button-85 20s linear infinite;transition:opacity .3s ease-in-out;border-radius:10px}@keyframes glowing-button-85{0%{background-position:0 0}50%{background-position:400% 0}to{background-position:0 0}}button:after{z-index:-1;content:"";position:absolute;width:100%;height:100%;background:#222;left:0;top:0;border-radius:10px}button:hover:after{background:#333}
