@import url("https://fonts.googleapis.com/css?family=Montserrat&display=swap"); .center { position: absolute; top: 40%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } body { font-family: 'Montserrat', sans-serif; background: #131313; color: white; } ul { list-style: none; } a { text-decoration: none; } .title { font-size: 5vh; } .subtitle { font-size: 4vw; padding: 1vh; } .Stats { font-size: 2vh; white-space: nowrap; } .rainbow { text-align: center; text-decoration: underline; font-size: 32px; font-family: monospace; letter-spacing: 5px; } .rainbow_text_animated { background: -webkit-gradient(linear, left top, right top, from(#6666ff), color-stop(#0099ff), color-stop(#00ff00), color-stop(#ff3399), to(#6666ff)); background: linear-gradient(to right, #6666ff, #0099ff, #00ff00, #ff3399, #6666ff); -webkit-background-clip: text; background-clip: text; color: transparent; -webkit-animation: rainbow_animation 6s ease-in-out infinite; animation: rainbow_animation 6s ease-in-out infinite; background-size: 400% 100%; } @-webkit-keyframes rainbow_animation { 0%, 100% { background-position: 0 0; } 50% { background-position: 100% 0; } } @keyframes rainbow_animation { 0%, 100% { background-position: 0 0; } 50% { background-position: 100% 0; } } .source, .invite, .support { font-family: 'Montserrat', sans-serif; background-color: #ffffff; /* Green */ border: none; /* border-radius: 1vh; */ font-size: 3vw; margin: .5vw; text-align: center; text-decoration: none; display: inline-block; font-weight: bold; text-transform: uppercase; } .source a, .invite a, .support a { color: black; } .icon { display: inline-block; vertical-align: left; width: auto; height: 10vh; border-radius: 50%; } ::-webkit-scrollbar { display: none; } divide { display: block; height: 1px; border: 0; border-top: 0px solid rgba(204, 204, 204, 0); margin: 1vh 0; padding: 1vh; } /*# sourceMappingURL=main.css.map */