@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700');

body {
    font-family: 'Open Sans Condensed', sans-serif;
    
      background: -webkit-linear-gradient(117deg, #f6eee0, rgb(216, 71, 99));
    background: linear-gradient(117deg, rgb(96, 87, 246), rgb(216, 71, 99));
    background: -webkit-radial-gradient(rgb(194, 74, 126), rgb(105, 86, 235));
    background: radial-gradient(rgb(251,247,224), #f6eee0);
}


.xdd{
   height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}


h4{
    font-weight: 400;
}

.tekst{
    
    text-align: center;
}

.zdj{
    display:block;
    
    max-width: 300px;
}

.icon{
    margin: 5px;
    max-width: 25px;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.spec{
    margin-top: 25px;
    font-weight: 700;
}

@media only screen and (max-width: 768px) {
    
    
    
.zdj{
   
    
    max-width: 200px;
}
    .icon{
    margin: 5px;
    max-width: 35px;
}
    
}