span.tytulSekcji{
    font-family: 'Montserrat', sans-serif;
	font-size:30px;
    font-weight:normal;
    color:rgb(0, 0, 0);
       
    overflow:hidden;
    padding-right:30px;
    width:95vw;
    text-align: right;
    display:block;
}
h2{
    text-transform: uppercase;
    
}
h2::first-line{
    color:rgb(184,115,51);
}
h3{
    text-transform: uppercase;
}
/* h2::first-letter{
    text-transform: uppercase;
} */
.daneTele{
    font-family: 'Montserrat', sans-serif;
    font-size:20px;    
}
a.tele{
    text-decoration: none;
    color:black;
}
a.tele:hover{
    text-decoration: none;
    color:black;
}

a.teleAnim{
    text-decoration: none;
    color:white;
}
a.teleAnim:hover{
    text-decoration: none;
    color:red;
}
#przyciskWiecejSekcja{
    background-color: RGB(51,102,153);
    border-radius: 30px;
    border:0px solid black;
    height:auto;
    width:250px;
    text-align: center;
    text-decoration: none;
    padding:5px;
    overflow:hidden;
    margin:0 auto;
  }