body{
	background-image: url(patike.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	background-size:20px 20px;
}

.gravitas-one-regular {
  font-family: "Gravitas One", serif;
  font-weight: 400;
  font-style: normal;
}
.noto-sans-kr-<uniquifier> {
  font-family: "Noto Sans KR", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
#header{
	text-align:center;
	font-size:50px;
}
h1{
	font-size:22px;
	color:lightgreen;
	text-shadow:green 6px 6px 6px;
}
h2{	
	text-decoration:underline;
    font-size:120%;
    font-family:serif;
    text-transform:uppercase;
    color:rgb(60,48,30);
	text-shadow:rgb(6, 18, 60) -10px -10px 10px;
}
.class1{
	color:yellow;
	font-family:serif;
}
.class2{
	color:yellow;
	font-family:Noto Sans KR;
}
.slika{
	width:40vw;
	height:40vh;
	box-shadow:inset 10px 10px 5px yellow;
}
#id1{
	background-color:rgb(48,30,48);
	color:rgb(0,30,48);
	font-style:oblique;
	font-family:Gravitas One;
}
#footer{
	text-align:center;
}
a:hover{
	color:#ababab;
	font-size:30px;
	background-color:blue;
}
