


.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/fire.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  

  }



  .name {
    font-size: xx-large;
    text-align: center;
   position: relative; 
   right: 0%;
    top: 15%;

    
  }
   
  .pedagog {
     font-size: large;
    text-align: center;
     position: relative; 
     right: 0%;
    top: 17%;
    
  }
  
  .organization {
     font-size: large;
    text-align: center;
    
    position: relative; 
  
    right: 0%;
    top: 19%;
   
  }

  .button {
    margin: 5px;
  }