/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

body {
  background: black;
  color: black;
  font-size: 30px;
  background-image:url(/.gif);
  font-family:Consolas,Verdana,sans-serif;
}

#tilda2{
  font-family: serif;
  color:white;
  font-size:76px;
  line-height:0px;
}
#tilda {
  font-family: constantia, serif;
  color:white;
  font-size:115px;
  line-height:0px;
}

#p1{
  justify-content:flex-start;
}

li{
  font-size:25px;
  color:rgb(100,134,134);
  margin-left:20px;
  
}
a{
  display:block;
  color:rgb(100, 100, 100);
  text-decoration-thickness:2px;
  text-decoration-color:rgb(40,40,40);
  line-height:65px;
  font-size:28px;
}

hr{
  height:2px;
  border:0;
  width:100%;
  background-color:rgb(101,134,134);
}

h4{
  margin-top:60px;
}
.container{
  display:flex; 
  height:auto;
  width:745px;
  margin-top:50px;
  margin-left:100px;
  flex-direction:column;
  align-items:flex-start;
  
}

#c1 {
  
  margin-left:8px;
  margin-top:0;
  flex-direction:row;
}

#c2{
  margin-left:0;
  margin-top:0;
}
#c3{
  background-color:black;
  width:auto;
  margin-left:0;
  align-items:center;
}

#c4{
  background-color:black;
  width:auto;
  margin-top:0;
  margin-left:0px;
}

.box{
  display:flex;
  column-gap:10px;
  width:auto;
  margin-top:18px;
  flex-wrap:wrap;
  align-content:center;
  border:4px outset;

}
#b1{
  
  width:370px;
  height:80px;
  margin-top:0;
  font-size:40px;
  font-family:Consolas,sans-serif;
  background-color:white;
}
#b2 {
 
  
  width:370px;
  font-size:28px;
  height:80px;
  justify-content:center;
  background-color:white;
  color:black;
}
#b3 {
  font-size:24px;
  height:128px;
  width:522px;
  flex-wrap:nowrap;
  word-break:break-word;
  flex-direction:row;
  border:4px inset;
  background-color:white;
   
}
#b4{
  font-family:century;
  align-content:center;
  margin-top:0;
  background-color:white;
  height:340px;
  flex-direction:column;
 
  width:260px;
}
#b5{
  font-size:25px;
  border:2px inset;
  align-items:center;
  flex-direction:column;
  justify-content:center;
  background-color:black;
  color:white;
}
#b6{
  font-size:20px;
  margin-top: 40px;

  text-indent:25px;
  min-width:600px;
  max-width:800px;
  width:55%;

  color:white;
  border:0;
  align-items:center;
  flex-direction:column;

}

#b7{
  border:0;
  width:80%;
  justify-content:center;
  align-items:center;
  margin-left:10%;
}

#b8{
  border:0;
  background-color:black;
  width:80%;
  max-width:1600px;
  margin-left:10%;
  height:auto;
  justify-content:center;
}

#b9{
  
  background-color:white;
  margin-top:0;
  height:auto;
  margin-left:20px;
  align-items:center;
  justify-content:center;
  font-size:20px;
 
}
  .svet {
 text-shadow: 
   0 0 5px yellow,
   0 0 25px yellow,
   0 0 45px yellow,
   0 0 15px yellow;
   color:white;
 }

.title { animation: fade2 1s ease infinite alternate;}


.XZ { opacity: 0;
  animation: fade 0.5s linear infinite alternate; }
  
.glow {
  animation: mertsat 1s infinite alternate;
  color:white;
}

@keyframes moving {
  from{ background-position: 0px 400px; }
  to{background-position: 800px 1600px; } 
  }

@keyframes fade {
  from{ transform: translateX(7px); }
  to{opacity:1; } 
  }


@keyframes fade2 {
  from{color:cyan;}
  to{color:blue; } 
  }

@keyframes mertsat {
 from { text-shadow: 
   0 0 5px yellow,
   0 0 25px yellow,
   0 0 45px yellow,
   0 0 15px yellow;
   }
   
  to { text-shadow:
  
   0 0 5px yellow,
   0 0 5px yellow,
   0 0 15px yellow,
   0 0 10px yellow; 
   }
}
        