    
    body {
 
    background: url("images/transbackground.png"); 
    background-repeat: repeat; 
        
    }
    .background { background: url("images/background.jpg"); background-repeat: repeat; } section { float: left; }
    
      h1{
        color: #00008b;
        text-align: center;
        font-size: 30px;
        margin: 10px 0;     
      }
      

      h2{
        color:#00008b;
        text-align: center;
        font-size: 30px;
        font: Book Antiqua;
        font-weight: bold;
        line-height: 1.0;
        margin-top: 5px;
        margin-bottom: 5px;
        margin-left: 40px;

     
      
      .p{      
        color: #00008b;
        text-align: left;
        font-size: 40px;
        font: Book Antiqua;
        font-weight: bold;
        line-height: 1.5;
        margin-left: 50px;
         margin-right:20px;
      }
      
      
      .p1{
        color:  Darkblue;
        text-align: left;
        font-size: 80px;
        font: Book Antiqua;
        font-weight: bold;
        line-height: 3;
      }
      
      
      
      .container img {
        float: left;
        margin-right: 20px; /* Отступ между фото и списком */
        margin-bottom: 10px;
      }
      
      .p3{
        color: #00008b;
        text-align: left;
        font-size: 30px;
        font-weight: bold;
        font: Book Antiqua;
        line-height: 1.5;
        margin-left: 30px;
      }
      
      
    
      .p33{
        color:  #00008b;
        font-size: 20px;
        font: Book Antiqua;
        font-weight: bold;
        line-height: 1.5;
        margin-left: 70px;
        text-indent: 40px; /* Отступ первой строки */
        text-align: justify; /* Выравнивание по ширине */
      
    
      }
      
      ul{
        color:#000000;
        text-align: left;
        font-size: 40px;
        font: Book Antiqua;
        line-height: 1.5;
        margin-left: 70;
      }        
        
    .btn-group button {
        background-color: lightgrey;
        border: 1px solid darkgrey;
        color: black;
        font-weight: bold;
        font-size: 14px;
        padding: 8px 12px;
        margin: 5px;
        cursor: pointer;
    }
        
     
    
    .video {
        height: 100vh;
        align: center;
        margin-left: 60px;
    }

    .video_iframe
    {
        margin-left: 50px;
    }
    
    .html {
        scroll-behavior: smooth; /* Примечание: Страница прокручивается плавно */
    }
    
    .button style {
        background-color:lightgrey;
        border-color:darkgrey;
        color:black;
        font-weight:bold;
        font-size:15px;
    }

