#loadingcontainer{display:flex;justify-content:space-evenly;align-items:center;width:100px;height:50px;margin-right:auto;margin-left:auto}#loadingcontainer .bubbles{background:#676b71;border-radius:100%;margin:auto;-webkit-animation:bubbleanimate;-moz-animation:bubbleanimate;-ms-animation:bubbleanimate;-o-animation:bubbleanimate;animation:bubbleanimate;animation-duration:1s;animation-iteration-count:infinite;animation-timing-function:ease-in-out;animation-direction:alternate}#loadingcontainer .bubbles.A{width:20px;height:20px}#loadingcontainer .bubbles.B{width:30px;height:30px;animation-delay:.25s}#loadingcontainer .bubbles.C{width:40px;height:40px;animation-delay:.5s}@-webkit-keyframes bubbleanimate{0%{transform:scale(.2)}to{transform:scale(1)}}@-moz-keyframes bubbleanimate{0%{transform:scale(.2)}to{transform:scale(1)}}@-ms-keyframes bubbleanimate{0%{transform:scale(.2)}to{transform:scale(1)}}@-o-keyframes bubbleanimate{0%{transform:scale(.2)}to{transform:scale(1)}}@keyframes bubbleanimate{0%{transform:scale(.2)}to{transform:scale(1)}}.zoom{height:auto;position:absolute;left:0;right:0;margin-left:auto;margin-right:auto;overflow:auto;box-shadow:0 5px 15px #00000080;border:1px solid rgba(0,0,0,.2);border-radius:6px;z-index:1010;outline:none}.zoom.cshow{display:block;-webkit-animation:zoom-pin;-moz-animation:zoom-pin;-ms-animation:zoom-pin;-o-animation:zoom-pin;animation:zoom-pin;animation-duration:1s;animation-iteration-count:1;animation-fill-mode:forwards}.zoom.chide{display:block;-webkit-animation:restore-pin;-moz-animation:restore-pin;-ms-animation:restore-pin;-o-animation:restore-pin;animation:restore-pin;animation-duration:.5s;animation-iteration-count:1;animation-fill-mode:forwards}@-webkit-keyframes zoom-pin{0%{transform:scale(.6)}to{transform:scale(1);visibility:visible}}@-moz-keyframes zoom-pin{0%{transform:scale(.6)}to{transform:scale(1);visibility:visible}}@-ms-keyframes zoom-pin{0%{transform:scale(.6)}to{transform:scale(1);visibility:visible}}@-o-keyframes zoom-pin{0%{transform:scale(.6)}to{transform:scale(1);visibility:visible}}@keyframes zoom-pin{0%{transform:scale(.6)}to{transform:scale(1);visibility:visible}}@-webkit-keyframes restore-pin{0%{transform:scale(1)}to{transform:scale(0);visibility:hidden}}@-moz-keyframes restore-pin{0%{transform:scale(1)}to{transform:scale(0);visibility:hidden}}@-ms-keyframes restore-pin{0%{transform:scale(1)}to{transform:scale(0);visibility:hidden}}@-o-keyframes restore-pin{0%{transform:scale(1)}to{transform:scale(0);visibility:hidden}}@keyframes restore-pin{0%{transform:scale(1)}to{transform:scale(0);visibility:hidden}}#mainframe{margin-top:5px;padding:50px;margin-left:auto;margin-right:auto;overflow:hidden}@media screen and (max-width: 500px){#mainframe{padding-left:0;padding-right:0}}#mainframe .image-box{width:400px;margin:0;padding-top:20px;border-radius:6px;background:#eae8ea;visibility:hidden;outline:none}@media screen and (max-width: 500px){#mainframe .image-box{width:175px}}@media (hover: hover){#mainframe .image-box:hover{visibility:visible}}#mainframe .image-box .image-format{display:block;visibility:visible;margin:auto;width:90%;border-radius:5px;cursor:zoom-in}@media (hover: hover){#mainframe .image-box .image-format:hover{opacity:.7;filter:brightness(50%)}}#mainframe .image-box .actionbutton{position:absolute;top:25px;right:30px;width:20%;height:35px;background-color:#a80b0b;color:#fff;font-size:16px;font-weight:700;border-radius:7px;border:none;cursor:pointer}@media screen and (max-width: 500px){#mainframe .image-box .actionbutton{font-size:10px;width:30%;right:20px;height:30px;border-radius:3px}}#mainframe .image-box .owner{position:absolute;bottom:40px;left:25px;color:#fff;font-size:1rem;font-weight:700;text-transform:full-width}@media screen and (max-width: 500px){#mainframe .image-box .owner{font-size:.5rem;bottom:25px}}#mainframe .image-box .description{display:flex;justify-content:space-evenly;align-items:center;font-weight:700;font-size:1.5rem;text-align:center;color:#555}@media screen and (max-width: 500px){#mainframe .image-box .description{display:none}}.my-gallery-class{margin:0 auto;overflow:hidden}#twitterloginbutton,#googleloginbutton,#guestbutton,#githubloginbutton{border:0px;height:40px;display:flex;justify-content:left;align-items:center;border-radius:2px;padding:10px;font-size:15px;font-weight:700;outline:none;box-shadow:none;cursor:pointer;background-clip:padding-box;transition:opacity .2s linear;width:268px;margin-bottom:10px;color:#fff}#twitterloginbutton #twitter,#googleloginbutton #twitter,#guestbutton #twitter,#githubloginbutton #twitter,#twitterloginbutton #guest,#googleloginbutton #guest,#guestbutton #guest,#githubloginbutton #guest{font-size:30px;padding-left:3px}#twitterloginbutton .buttontext,#googleloginbutton .buttontext,#guestbutton .buttontext,#githubloginbutton .buttontext{padding-right:45px}#googleloginbutton{background-color:#4285f4}#twitterloginbutton{background-color:#1da1f2}#guestbutton{background-color:#ffb45e}#githubloginbutton{background-color:#1d7b20}.signinmodal{position:fixed;left:0;right:0;width:370px;height:250px;z-index:1500;margin-left:auto;margin-right:auto;padding-top:10px;background-color:#0b0f19c4;display:flex;flex-direction:column;justify-content:space-around;align-items:center;border-radius:10px}.signinmodal.signshow{-webkit-animation:dropdown;-moz-animation:dropdown;-ms-animation:dropdown;-o-animation:dropdown;animation:dropdown;animation-duration:1s;animation-timing-function:cubic-bezier();animation-iteration-count:1;top:200px;visibility:visible}.signinmodal.signhide{-webkit-animation:pullup;-moz-animation:pullup;-ms-animation:pullup;-o-animation:pullup;animation:pullup;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:1}@-webkit-keyframes dropdown{0%{transform:translateY(-300px)}to{transform:translateY(0)}}@-moz-keyframes dropdown{0%{transform:translateY(-300px)}to{transform:translateY(0)}}@-ms-keyframes dropdown{0%{transform:translateY(-300px)}to{transform:translateY(0)}}@-o-keyframes dropdown{0%{transform:translateY(-300px)}to{transform:translateY(0)}}@keyframes dropdown{0%{transform:translateY(-300px)}to{transform:translateY(0)}}@-webkit-keyframes pullup{0%{transform:translateY(200px);visibility:visible}to{transform:translateY(-300px)}}@-moz-keyframes pullup{0%{transform:translateY(200px);visibility:visible}to{transform:translateY(-300px)}}@-ms-keyframes pullup{0%{transform:translateY(200px);visibility:visible}to{transform:translateY(-300px)}}@-o-keyframes pullup{0%{transform:translateY(200px);visibility:visible}to{transform:translateY(-300px)}}@keyframes pullup{0%{transform:translateY(200px);visibility:visible}to{transform:translateY(-300px)}}body{background:rgb(255,255,255);margin:0;-ms-overflow-style:none}body::-webkit-scrollbar{display:none}body.cover{overflow:hidden}.modal-overlay{position:fixed;top:0;left:0;background:rgb(94,104,112);opacity:.8;width:100%;height:100%;z-index:1000;animation-duration:1s}
