
body {
  font-family: Times New Roman, serif;
  background-color: #f5f5f5;
  color: #333;
  text-align: center;
  margin: 0;
  padding: 0;
  background-image: url(ozadje); 
  background-repeat: repeat;            
  background-size: auto;           
}


h1 {
  background-color: #0096c7;
  color: white;
  padding: 30px 0;
  margin-bottom: 30px;
  background-image: repeating-linear-gradient(
    75deg,          
    rgba(255,255,255,0.2), 
    rgba(255,255,255,0.2) 10px, 
    transparent 10px,       
    transparent 20px
  );
  font-family: Arial, sans-serif;
}


p {
  font-family:'Lobster', cursive;
  font-size: 25px;
  margin-bottom: 20px;
}


a {
  display: inline-block;   
  text-decoration: wavy underline;     
  color: white;
  background-color: #0096c7;
  padding: 12px 24px;
  border-radius: 6px;
  margin: 10px;
  font-weight: bold;
  transition: background-color 0.3s;
}
img {
	border: 10px groove #0096c7;
}


a:hover {
  background-color: #023e8a;
}
