* {
  margin: 0;
  padding: 0;
  
}



.przykladJPG {
  width: 400px;
  height: 350px;
  transition: all 1s ease;
  transition-delay: 1s;
  animation-iteration-count: 1;
  display: block;
  text-align: center;
  border: px solid black;
  top:300px;
}

#logoanima{

  border: px solid palegreen;
}

#logoanima1{

  border: px solid rgb(197, 29, 183);
  margin: 0 auto;
  font-size: 27px;
  margin-top: 50px;
  margin-bottom: 20px;
  color: white;
  text-shadow:  0px 2px 4px #000000;;
}

#logoanima2{

  border: 1px solid rgb(43, 24, 223);
}

#logoanime5{

  filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4 ));
  width:300px; height:160px;
}

#logoanima5{

  filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.8 ));
  
}


p {
  width: 100%;
  text-align: center;
  letter-spacing: 2px;
  
}
span{
  font-size: 30px;
  font-family: 'Times Sans Serif Regular';
}

svg {
 
  width: 100%;
  

  
  

}

svg .text {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: animate 3s linear 1 forwards;
  animation-delay: 2s;
  
}

@media screen and (max-width: 768px) {

  #logoanime5{

    
    width:200px; height:100px;
  }

  #logoanima1{

    border: px solid rgb(43, 24, 223);
    font-size: 15px;
    margin-top: 25px;
    margin-bottom: 0;
    
  }
  #logoanima5{

    width: 150px;
   
    
  }

  .przykladJPG {
    width: 260px;
    height: 250px;
  }
  span{
    font-size: 18px
  }
    
  .przykladJPG {
    top:150px
  }

}


@font-face {
  font-family: 'Times Sans Serif Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Times Sans Serif Regular'), url('TIMESS__.woff') format('woff');
  }



@keyframes animate {
  to {
    stroke-dashoffset: 0;
  }
}
