@charset "utf-8";

body {
    background-color: #ffff99;
}

.strong {
    font-size: 16px;
    font-weight: bold;
}

.bg_green {
    background-color: lime;
}

.spec {
    background-color: red;
    font-size: 16px;
    font-weight: bold;
}

.kod {
    font-family: "Courier New", Courier;
}

#p1 {color: green; font-family: Verdana;} 
#p2 {color: blue; font-family: Verdana;} 
#p3 {color: yellow; font-family: Verdana;} 



h1 {
  font-family: Verdana;
  color: red;
  text-align: center;
}
h4 {
text-align: center;
font-family: arial;  
}

p {
  font-family: arial;
  font-size: 12px;
  }
img {
display: block;
margin: auto;
 width: 300px;
 color: black;
 border: 2px solid currentColor;
}

footer {
text-align: center;

}

.hr {
width: 50%;
margin-left: 0;
margin-right: auto;
}