@import"https://fonts.googleapis.com/css2?family=Honk&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap";:root{--primary-color: #71c9ce;--accent-color: #FFF;--secondary-color: #291C3A}html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}body{font:400 18px/normal Nunito Sans,sans-serif;margin:0;background-color:#e1ebed;min-height:100vh}h1,h2,h3,h4,h5,h6{font-weight:700}a{text-decoration:none;color:inherit}p{margin:0}.content-wrapper{padding:0 95px 0 96px}#header{display:flex;justify-content:space-between;align-items:center;flex-flow:wrap;background-color:var(--primary-color)}#site-logo img{width:80px;display:inline-block;vertical-align:middle;padding:10px 0}#site-name{font-family:Honk,system-ui;padding-left:10px;font-size:52px;color:#fff;letter-spacing:2px}.main-content-wrapper{display:flex;margin:20px 0;padding:0 95px 0 96px;min-height:74vh;justify-content:center}.main-content{text-align:center;align-items:center;justify-content:flex-start;display:flex;flex-flow:column}.meme-image{width:500px;height:auto;padding:5px;border:15px solid #000;box-shadow:0 4px 8px #0003}.btn{padding:.6em 2em;border:none;outline:none;font-size:18px;color:#fff;background:#111;cursor:pointer;position:relative;z-index:0;border-radius:10px;user-select:none;-webkit-user-select:none;touch-action:manipulation}.btn: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-btn 20s linear infinite;transition:opacity .3s ease-in-out;border-radius:10px}@keyframes glowing-btn{0%{background-position:0 0}50%{background-position:400% 0}to{background-position:0 0}}.btn:after{z-index:-1;content:"";position:absolute;width:100%;height:100%;background:#222;left:0;top:0;border-radius:10px}.loader{border:10px solid var(--accent-color);border-top:10px solid var(--secondary-color);border-radius:100%;width:50px;height:50px;animation:spin 1.5s linear infinite;margin:0 auto}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}#footer{display:flex;justify-content:center;background-color:#393e46;color:#eee;padding:18px}@media screen and (max-width:768px){body{font-size:18px}#header #site-name{font-size:40px}#header #site-logo img{width:75px}.meme-image{width:450px}.btn{font-size:16px}}@media screen and (max-width:576px){body{font-size:16px}.content-wrapper{padding:0 40px}#header #site-name{font-size:35px}#header #site-logo img{width:70px}.meme-image{max-width:320px}}
