@import url(https://fonts.googleapis.com/css2?family=Oswald&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body{overflow-x:hidden}.header,body{background-color:var(--background)}.header{border-bottom:1px solid var(--primary);display:flex;justify-content:flex-end;position:fixed;top:0;width:100%;z-index:9997}.logo-container{align-items:center;display:flex;flex-grow:1;padding-left:5%}.logo-container img{height:50px;margin-right:1%;width:50px}p{font-size:1.5em}h1,p{color:var(--text);font-family:Oswald,sans-serif;margin:0;padding:0}h1{font-size:2em}.linkButton-container{align-items:center;display:flex;justify-content:flex-end;margin-left:auto;padding-right:3%}.button-1 a{align-items:center;cursor:pointer;display:flex;transition:-webkit-filter .2s ease-in-out;transition:filter .2s ease-in-out;transition:filter .2s ease-in-out,-webkit-filter .2s ease-in-out}.button-1 img{height:1.75rem;margin-right:.5rem;margin-top:.5rem;width:1.75rem}.button-1 p{font-size:1.75rem}.button-1 a:hover{-webkit-filter:brightness(.5);filter:brightness(.5)}.bento-container{grid-column-gap:10px;grid-row-gap:10px;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:1fr;margin:1rem 5% 0;padding-top:5rem}.content{margin-top:3rem;padding:10px;text-align:center}.T1{grid-area:1/1/2/2}.T2{grid-area:1/2/2/3;padding-top:5rem}.T1-text-container{grid-column-gap:0;grid-row-gap:0;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,.5fr)}.T1-Main{grid-area:1/1/2/3}.T1-Main p{-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;background-image:linear-gradient(45deg,var(--secondary),var(--accent));background-size:100%;font-family:Oswald,sans-serif;font-size:4.5em;text-align:left}.T1-Sub{grid-area:2/1/3/3;padding-top:1rem}.T1-Sub p{-webkit-filter:brightness(.75);filter:brightness(.75);font-family:Oswald,sans-serif;font-size:1em;padding-bottom:.5rem;text-align:left}.divider{border-top:1px solid var(--accent);width:100%}.T2 img{-webkit-animation:linear infinite;animation:linear infinite;-webkit-animation-duration:10s;animation-duration:10s;-webkit-animation-name:move-right;animation-name:move-right;left:0;position:absolute;-webkit-transform:translateY(-140%);transform:translateY(-140%)}@-webkit-keyframes move-right{0%{left:0}to{left:100%}}@keyframes move-right{0%{left:0}to{left:100%}}:root{--text:#fff;--background:#0a0819;--primary:#c07bff;--secondary:#82358c;--accent:#abafff;font-size:15px}.mcServer-title{font-size:5em;margin-bottom:.5rem}.mcServer-subtitle,.mcServer-title{-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;background-image:linear-gradient(-45deg,var(--secondary),var(--text));background-size:50%;font-weight:500;margin-left:1rem;text-align:left}.mcServer-subtitle{font-size:3em}.Server-IP-container{align-items:center;-webkit-animation:changeColor 5s ease-in-out infinite;animation:changeColor 5s ease-in-out infinite;background:linear-gradient(270deg,var(--secondary),var(--accent));background-size:200% 200%;border-radius:5px;display:flex;height:3.5rem;justify-content:center;margin:0 auto;width:15rem}@-webkit-keyframes changeColor{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes changeColor{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.Server-IP{color:var(--text);font-size:2em;font-weight:500;margin:0;padding:0}.clipBoard-click img{cursor:pointer;height:1.5rem;margin-left:.5rem;margin-top:.5rem;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out;width:1.5rem}.clipBoard-click img:hover{-webkit-transform:translateY(-.2rem);transform:translateY(-.2rem)}.mcServer-text{color:var(--text);font-size:1rem;margin-bottom:.5rem;margin-left:1rem;margin-top:3rem}.mcServer-steps{background:linear-gradient(to bottom,var(--secondary),var(--background));border-radius:10px;flex-direction:column;margin:0 auto;padding:1rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.mcServer-steps ol{counter-reset:step-counter;list-style-type:none}.mcServer-steps ol li{color:var(--text);counter-increment:step-counter;font-size:2rem;margin-bottom:1rem;margin-left:1rem;position:relative}.mcServer-steps ol li:before{color:var(--accent);content:counter(step-counter);font-size:2rem;font-weight:700;left:-2rem;position:absolute;-webkit-transform:translateY(.5rem);transform:translateY(.5rem)}.mcServer-steps ol li a{color:var(--accent)}.mcServer-steps ol li button{background:none;border-color:var(--text);border-radius:5px;border-width:.2rem;color:var(--text);cursor:pointer;font-size:1rem;font-weight:700;margin-left:2rem;padding:.5rem;-webkit-transform:translateY(-.5rem);transform:translateY(-.5rem)}.fun-text{-webkit-text-fill-color:transparent;-webkit-animation:gradient 5s ease infinite;animation:gradient 5s ease infinite;background:linear-gradient(90deg,purple,var(--accent));-webkit-background-clip:text;background-clip:text;background-size:200% 200%}@-webkit-keyframes gradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes gradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}
/*# sourceMappingURL=main.ad8f58bb.css.map*/