a:link{
  color: blue;
  text-decoration: none;
}
a:visited{
  color: blue;
  text-decoration: none;
}
a:hover{
  text-decoration: none;
  color: #4287f5;
}


body{
  background: pink;

}

.all{
  width: 1500px;
  margin: auto;
  height: auto;
  top:0;
}
/*  tytuł: "PRAKTYKIKLISA.PL"  */
.title{
  font-family: 'Merriweather', serif;
  font-size: 100px;
  margin: auto;
  text-align: center;

}


.dol{
  clear: both;
  margin: auto;
}
.jpg{
  height: 650px;
  width: 450px;
  float: left;
}
img{

}
audio{
  align: center;
  width: 450px;
}

.list{
  float: left;
  font-size: 40px;
  margin-left: 30px; /*30*/
  padding-left: 20px; /*20*/
  padding-right: 20px;
  padding-top: 15px;


}

.back{
  width: 162px;
  height: 100px;
  font-size: 50px;
  text-align: center;
  line-height: 100px;
  height: 100px;
  font-family: 'Merriweather', serif;
  clear: both;
  margin-top: 30px;
}
