html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}body{color:#fff;background:#252525;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol}body.modal-open{overflow:hidden}img{display:block;max-width:100%;height:130px;object-fit:cover}.search-form{display:flex;justify-content:center;padding:8px;margin-bottom:20px}.search-form>input{width:200px;margin-right:10px;font-size:20px}.button:focus,.search-form>input:focus{outline:2px solid #dc143c}.button{background-color:#dc143c;color:inherit;border-radius:3px;border-color:transparent;padding:7px 20px;text-align:center;text-decoration:none;font-size:16px}.button:hover{background-color:#fff;color:#000;border:2px solid #dc143c;cursor:pointer;transition-duration:.7s}.button-load-more{display:block;margin-left:auto;margin-right:auto}.is-hiden{display:none}.gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:20px;max-width:1300px;list-style:none;margin:0 auto;padding:0 0 12px}.gallery>li{border-radius:5%;border:2px solid #dc143c;overflow:hidden;transition:transform .25s cubic-bezier(.4,0,.2,1)}.gallery>li:hover{transform:scale(1.03)}.gallery img:hover{cursor:zoom-in}.stats{display:flex;justify-content:space-around;align-items:center}.material-icons{vertical-align:bottom}.spinner{-webkit-animation:rotate 2s linear infinite;animation:rotate 2s linear infinite;z-index:2}.spinner .path{stroke:#93bfec;stroke-linecap:round;-webkit-animation:dash 1.5s ease-in-out infinite;animation:dash 1.5s ease-in-out infinite}@-webkit-keyframes rotate{to{transform:rotate(1turn)}}@keyframes rotate{to{transform:rotate(1turn)}}@-webkit-keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}