@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Gloock&display=swap'); body { margin: 0; padding: 0; background: #0f0f0f url("/mtk2/img/smokecloud.jpg") no-repeat fixed center; color: #f1f1f1; font-family: 'Arial', sans-serif; display: flex; justify-content: center; align-items: center; min-height: 100vh; text-align: center; } .container { max-width: 700px; padding: 10px; margin-top: 0px; position: relative; } .logo-wrapper { position: relative; width: 95%; max-width: 700px; margin: 0px auto 10px auto; } .logo-background { width: 100%; display: block; position: absolute; top: 0; left: -5; z-index: 0; border: 5px solid #f1f1f1; border-radius: 10px solid #f1f1f1; } .logo-animated { width: 100%; display: block; position: relative; top: 5; left: 0%; z-index: 1; } @keyframes pulse { 0% { transform: scale(1); } 50% { transform: scale(1.04); } 100% { transform: scale(1); } } .logo-text { width: 100%; display: block; position: absolute; top: 5; left: 0; z-index: 2; } @keyframes invpulse { 0% { transform: scale(1); } 50% { transform: scale(0.96); } 100% { transform: scale(1); } } h1 { font-family: "Gloock", serif; font-size: 4em; margin-top: 10%; margin-bottom: 0px; letter-spacing: 2px; text-transform: uppercase; } h2 { font-family: "Gloock", serif; font-size: 3em; margin-bottom: 10px; letter-spacing: 2px; text-transform: uppercase; } p { font-family: 'Bebas Neue'; font-size: 2em; line-height: 1.2; color: #ccc; } .social { margin-top: -20px; } .social a { margin: 0 15px; text-decoration: none; display: inline-block; } .social img { width: 60px; height: 60px; transition: transform 0.2s ease; } .social img:hover { transform: scale(1.2); } .epk { margin-top: 0px; } .epk a { margin: 0 auto; text-decoration: none; display: inline-block; } .epk img { cursor: zoom-in; border: 2px solid #f1f1f1; } .epk img:hover { cursor: zoom-in; webkit-filter: blur(4px); /* Chrome, Safari, Opera */ filter: blur(4px); }
Official site under construction.
In the meantime, you can follow me
through the links below.
Stay tuned!