body{
  background-color: rgb(172, 168, 168);
}

div:nth-of-type(odd) {
  font-family: Georgia, 'Times New Roman', Times, serif;
  color: rgb(5, 19, 95);
}

div:nth-of-type(even) {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

h3{
  text-decoration: underline;
}

p a{
  text-decoration: none;
}

#link:hover{
  font-size: 20px;
}

img{
  width: 500px;
  border-radius: 20px;
}

.font_weight{
  font-weight: bold;
}

#embrionalni_razvoj .italic{
  font-style: italic;
  color: rgb(60, 169, 241);
}

#embrionalni_razvoj p{
  line-height: 2px;
}

#grada_srca{
  font-variant: small-caps;
}

#grada_srca p{
  text-indent: 50px;
}

#bolesti_srca p{
  text-transform: capitalize;
  word-spacing: 10px;
}

#srce p{
  letter-spacing: 5px;
}