@font-face {
  
  font-family: 'BonaNova';
  src: url('https://absvrd.neocities.org/BonaNovaSC-Regular.ttf') format('truetype');
}

@font-face {
  
  font-family: 'Leotaro';
  src: url('https://absvrd.neocities.org/Leotaro-Regular_0.otf') format('truetype');
}


body {     
   background-image: url('https://raw.githubusercontent.com/absvrd1ty/a/refs/heads/main/pesok.png');
    background-repeat: no-repeat; 
    background-position: center; 
    background-size: cover;
    background-attachment: fixed;
  }


/*шапочко*/

.header-text {
    color:#6b3d1c; 
    font-family: 'Leotaro';
    padding-top: 80px;
    padding-left: 300px;
    
  }

.header-text h1 {
  font-size: 150px;
  margin: 0 0 0 0;
  padding: 0;
  }
  
  .header-text p {
  position: absolute;
  top: 230px;
  font-size: 50px;
  margin:0 0 0 0;
  padding: 50 0 0 0;
  }


/*ссылки кноп*/

.links {
  position: absolute;
  top: 120px;
  left:1600px;
  padding: 40px;
  }

.links a {
    display: block;
    margin: 0 0 13px 0;  /*верх право низ лево*/
    padding: 0;
}


/*картинка*/

.anim {
  position: absolute;
  top: 50px; 
  left: 1000px; 
   width: 400px
}


/*текст и линияч*/

.OCchar {
  color: #8a511e;
  font-family: 'Leotaro', sans-serif;
  font-size: 30px;
  padding: 30px;
  margin-left: 275px;
  margin-top: 40px;
}


 hr {
background-color: #6b3d1c ;
color: #6b3d1c;
margin-top: 160px;
width: 1600px;
}

/*кнопки*/


.buttins {
    display: flex;         
    justify-content: center; 
    gap: 50px;              
    padding: 20px;
    margin-top: 50px;
    
}



.buttins a {
    display: flex;
    flex-direction: column; 
    align-items: center;     
    color: #333;
}



.buttins a img {
  transition: all 0.3s ease;
}


#kn1:hover img {
  box-shadow: 0 0 35px 0 rgba(72, 38, 23, 0.7);
   transform: translateY(30px); 
}

#kn2:hover img {
  box-shadow: 0 0 35px rgba(72, 38, 23, 0.7);
   transform: translateY(30px); 
}

#kn3:hover img {
  box-shadow: 0 0 35px rgba(72, 38, 23, 0.7);
   transform: translateY(30px); 
}

#kn4:hover img {
  box-shadow: 0 0 35px rgba(72, 38, 23, 0.7);
   transform: translateY(30px); 
}

#kn5:hover img {
  box-shadow: 0 0 35px rgba(72, 38, 23, 0.7); 
   transform: translateY(30px); }














