


.header{
 
  width: 800px;
  margin: 0 auto;
}

.main {
  width: 80%;
  margin: 0 auto;
  display: none;
  
 
 
}

.container {


  width: 768px;
  height: 1024px;
  margin: 0 auto;
  background-image: url(img/tu.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  

  }



  .name {
    
    text-align: center;
   position: relative; 
   right: 3%;
    top: -9%;
    
  }
   
  .pedagog {
    text-align: center;
     position: relative; 
     right: 3%;
    top: -8%;
    
  }
  
  .organization {
    text-align: center;
    
    position: relative; 
  
    right: 3%;
    top: -7%;
   
  }

  .button {
    margin: 5px;
  }