*{box-sizing:border-box}html{cursor:url(../cursor/mouse-hand.png),auto}body{margin:0;font-family:sans-serif;background:linear-gradient(to top,#000000,#434343)}header{position:sticky;top:0;z-index:1}main{display:flex;flex-direction:column;min-height:100vh;flex-grow:1}code{font-size:1.2rem;display:block;margin-bottom:1rem}hr{width:95%;border:.5px dashed;margin-bottom:1rem;color:yellowgreen}ul{list-style-position:inside}a{color:#fff;text-decoration:none}a,label,select,.cdn-link,.icon-item,.radio,.category-choice::after{cursor:url(../cursor/mouse-hand.png),pointer}.welcome{color:#fff;justify-content:center;align-items:center;text-align:center}.welcome .emoji-displaying{font-size:1.5rem}.navbar{display:flex;justify-content:space-between;align-items:center;background-color:#333;color:white}.navbar-links ul{margin:0;padding:0;display:flex}.navbar-links li{list-style:none}.navbar-links li:hover{background-color:#555}.navbar-links li a{text-decoration:none;color:white;padding:1rem;display:block}.brand-logo{display:flex;justify-content:center;align-items:center;font-size:1.5rem;margin:.5rem}.brand-logo img{margin-right:.5rem}label[for="navbar-checkbox"]{position:absolute;top:.75rem;right:1rem;display:none;flex-direction:column;justify-content:space-between;width:25px;height:17px}label[for="navbar-checkbox"] .bar{height:3px;width:100%;background-color:white;border-radius:10px}@media(max-width:535px){.navbar-links{display:none;width:100%}label[for="navbar-checkbox"]{display:flex}.navbar input[type="checkbox"]:checked~.navbar-links{display:flex}.navbar{flex-direction:column;align-items:flex-start}.brand-logo{font-size:1rem}.navbar-links ul{flex-direction:column;width:100%}.navbar-links li{text-align:center}.navbar-links li a{padding:.5rem 1rem}.navbar-links.active{display:flex}}.icons-container{margin:1rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.icons-container:first-child{grid-column:1 / -1}.icon-item{text-align:center;background-color:#fff}.icon{padding:1rem 0 0 0}.icon-value{margin:1.5rem 0 .75rem 0;display:flex;justify-content:center;align-items:center}.icon>span{font-size:3rem}.icon-item{height:175px;position:relative;display:flex;flex-direction:column;justify-content:space-around}.icon-description{padding:.5rem;margin-top:.5rem;background-color:rgba(0,0,0,.5);color:white}.icons-informations{color:#fff;text-align:center;padding:2rem 0 .5rem 0}.cdn-link{color:#fff}.title{font-size:2rem}.radio{display:inline-flex;align-items:center;margin-right:10px}.radio-input{display:none}.radio-input:checked + .radio-radio::after{transform:scale(1)}.radio-radio{width:1.25em;height:1.25em;border:2px solid #535c68;border-radius:50%;margin-right:10px;box-sizing:border-box;padding:2px}.radio-radio::after{content:"";width:100%;height:100%;display:block;background:yellowgreen;border-radius:50%;transform:scale(0);transition:transform 0.15s}select{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;outline:0;box-shadow:none;border:0!important;background:yellowgreen;background-image:none;flex:1;padding:0 .5em;color:black;font-size:1rem;font-style:italic}.category-choice{margin:1rem auto 1rem auto;position:relative;display:flex;width:17rem;height:3rem;line-height:3;background:yellowgreen;overflow:hidden;border-radius:.25em}option:checked,option:hover,option:focus{background-color:rgba(0,0,0,.3)}.category-choice::after{content:'\25BC';position:absolute;top:0;right:0;padding:0 1em;background:rgba(0,0,0,.5);pointer-events:none;-webkit-transition:.25s all ease;-o-transition:.25s all ease;transition:.25s all ease}.category-choice:hover::after{color:#f39c12}#emoji-search,#icon-search{padding:.7rem;border:none;border-radius:5px;margin-bottom:1rem}footer{color:#ffffff; text-align: center;}