



@import url('https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

::-webkit-scrollbar-track {

  border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
  background: white; 
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: gray; 
}

html {
	scroll-behavior: smooth;
}



body {
    font-family: 'Prompt', sans-serif;
    margin: 0px;
    padding: 0px;
    background: var(--background);
    color: var(--text);
    box-sizing: border-box;
    position: relative;
   min-height: 150vh;
}
:root {
    --background: #13120c;
    --main: #282828a8;
    --second: #f6ec1a;
    --button: #f6ec1a;
    --border: #ffffff0d;
    --second-border: #f6ec1a;
    --text: #ffffff;
    --second-text: #b9b9b9;
--link: #f6ec1a;
    --telegram-link: "https://t.me/MyPlugX";
    --font-family: "'Prompt', sans-serif";
    --max-width: 1300px;
    --live-bg: #00a700;
    --dead-bg: #a70000;
}

a{
    text-decoration: none;
    color: #ffffff;
}

h4, h3, h2, h1, p{
    margin:0px;
}

button{
 font-family: 'Prompt';
}