:root {
            --primary: #4CAF50;
            --primary-dark: #388E3C;
            --secondary: #8BC34A;
            --dark: #212121;
            --light: #f5f5f5;
            --accent: #FFC107;
        }

body {
    background-color: white;
    background-size: cover;
    font-family: sans-serif;
    display: flex;
    margin:0;
    flex-direction: column;
}

@font-face {
  font-family: 'dos';
  src: url('/data/font/ModernDOS8x16.ttf');
    }

@font-face {
  font-family: 'dos2';
  src: url('/data/font/clacon2.ttf');
    }

@font-face {
  font-family: 'mine';
  src: url('/data/font/minecraft_title_cyrillic.ttf');
    }

@font-face {
  font-family: 'mine2';
  src: url('/data/font/minecraft-rus-regular1.ttf');
    }

@font-face {
  font-family: 'draft';
  src: url('/data/font/Yellow\ Design\ Studio\ -\ DraftB-Regular.otf');
    }

header {
  position: sticky;
}
  
.header {
  width: 100%;
  height: 70px;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  font-family: "dos";
  font-size: 64px;
  display: flex;
}

.header button {
  height: 30px;
  width: 150px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 10px;
  background: none;
  border: none;
  font-size: 16px;
  color: white;
}

.header button:hover {
  border-style:solid;
  border-width: 1px
}

.header .txt {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 20px;
}

.header2 {
  width: 100%;
  height: 50px;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  display: flex;
}

.buttons {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
}

.buttons button {
  height: 40px;
  width: 100px;
  background-color: darkseagreen;
  border-radius: 5px;
  border-width: 2px;
}

.content {
  position: relative;

}

.block {
  width: 100%;
  height: 650px;
  background: url('/data/background/minecraft-shaders-9vaerie9lbgi6pka.jpg') no-repeat center center/cover;
  display: flex;
}

.content {
  width: 700px;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
  font-family: "mine2";
  display: flex;
  flex-direction: column;
  color: white;
  text-shadow: h-offset v-offset blur-radius color;
  backdrop-filter: blur(2px)
}

.content .txt1 {
  font-weight: bold;
  font-size: 37px;
  width: 600px;
  margin-left: auto;
}

.content .txt2 {
  font-weight: bold;
  font-size: 20px;
  width: 600px;
  margin-left: auto;
  margin-top: 10px;
}

.pizda {
  margin-top: auto;
  margin-bottom: auto;
}

.block2 {
  width: 100%;
  height: 500px;
  display: flex;
  flex-direction: column;
}

.block2 .txt{
  font-family: "mine2";
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  font-size: 30px;
  color: #4CAF50;
}

.block2 .block11 {
  width: 1000px;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  display: flex;
}

.block2 .block12 {
  width: 300px;
  height: 300px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 25px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  border-style: solid;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6)
}

.block12 .icon {
  font-size: 70px;
  margin-left: auto;
  margin-right: auto;
}

.block12 .txt {
  color: black;
  font-size: 25px;
}

.block12 .txt2 {
  font-family: "mine2";
  text-align: center;
  margin-top: 25px;
  font-size: 17px;
  width: 250px;
  margin-left: auto;
  margin-right: auto;
}

.block2 .block21 {
  width: 1000px;
  height: 450px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  display: flex;
}

.block21 .block22 {
  width: 480px;
  height: 400px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  border-style: solid;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

.block22 .txt {
  color: black;
  font-size: 34px;
  margin-top: 70px;
  color: #4CAF50
}

.block22 .txt2 {
  margin-top: 40px;
  font-family: "mine2";
}

.block22 .txt3 {
  font-family: "mine2";
  color: #4CAF50;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  font-size: 28px;
}

.block22 .mon {
  margin-left: auto;
  text-align: center;
  margin-right: auto;
  margin-top: 50px;
  font-size: 20px;
  font-family: "mine2";
}

.block3 {
  width: 100%;
  height: 40px;
  background-color: #212121;
  color: white;
}

.block3 .txt {
  text-align: center;
}