body { font-family: 'Helvetica', 'Arial', sans-serif; } @media (prefers-color-scheme: dark) { body { background: #1A1E23; color: white; } } .container { margin: 20px; margin-top: 0px; } a { color: black; } .instagram, .twitter, .spotify, .soundcloud, .applemusic, .discord, .youtube, .snapchat, .whatsapp, .facebook, .resume, .default, .savetok, .linkdin, .twitch, .linkedin, .outlook, .apple-mail, .gmail { background: #d6249f; background-size: 200%; animation: bg-animation 20s infinite; background-image: var(--gradient); color: white; } .instagram { background-image: radial-gradient(circle at 20% 200%, #fd5949 10%, #d6249f 60%, #285AEB 90%); color: white; } .linkdin { background-image: radial-gradient(circle at 20% 200%, #2867B2 10%, #284db2 60%, #285AEB 90%); color: white; } .apple-mail { background-image: radial-gradient(circle at 20% 200%, #78C5EF 10%, #51A0D5 60%, #2C528C 90%); color: white; } .resume { background-image: radial-gradient(circle at 20% 200%, #F40F02 10%, #A61A21 60%, #991A1E 90%); color: white; } .savetok { background-image: radial-gradient(circle at 20% 200%, #25F4EE 10%, #FE2C55 60%, #000000 90%); color: white; } .outlook { background-image: #0072C6; background: #0072C6; color: white; } .gmail { background-image: radial-gradient(circle at 20% 200%, #4285F4 10%, #BB001B 60%, #FBBC05 90%); color: white; } .twitter { background-image: linear-gradient(45deg, #66757f, #00ACEE, #36D8FF, #f5f8fa); color: black; } .default { background: #7B32B7; background: -webkit-linear-gradient(top left, #7B32B7, #1139A6); background: -moz-linear-gradient(top left, #7B32B7, #1139A6); background: linear-gradient(to bottom right, #7B32B7, #1139A6); } #general-buttons-container { display: flex; flex-direction: column; max-width: 300px; pointer-events: none; } #general-buttons-container a { border: none; padding: 15; font-size: 20; border-radius: 35px; margin-bottom: 10; text-decoration: none; font-weight: bold; } @keyframes bg-animation { 0% { background-position: left } 50% { background-position: right } 100% { background-position: left } } @keyframes colorChange { to { background-position: top left; } } .mdc-button__label, .demo-card__title { font-weight: bold; } .tiktok-thumb { margin-bottom: 10; border-radius: 10px; height: 35%; width: 100%; } #choose { margin-top: 0px; } .hideInAppProxy{ display: none; } .hideByDefault{ display: none; } .snackbar { visibility: hidden; min-width: 250px; margin-left: -125px; background-color: #333; color: #fff; text-align: center; border-radius: 15px; padding: 16px; position: fixed; z-index: 1000; left: 50%; bottom: 30px; font-size: 17px; } .snackbar.show { visibility: visible; -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s; animation: fadein 0.5s, fadeout 0.5s 2.5s; } @-webkit-keyframes fadein { from {bottom: 0; opacity: 0;} to {bottom: 30px; opacity: 1;} } @keyframes fadein { from {bottom: 0; opacity: 0;} to {bottom: 30px; opacity: 1;} } @-webkit-keyframes fadeout { from {bottom: 30px; opacity: 1;} to {bottom: 0; opacity: 0;} } @keyframes fadeout { from {bottom: 30px; opacity: 1;} to {bottom: 0; opacity: 0;} }