.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;
}
body{
	background-color:pink;
}
h1{
	font-size:22px;
	color:lightgreen;
}
h2{	
	text-decoration:underline;
    font-size:120%;
    font-family:serif;
    text-transform:uppercase;
    color:rgb(60,48,30);
}
.class1{
	color:yellow;
	font-family:serif;
}
.class2{
	color:yellow;
	font-family:Noto Sans KR;
}
.slika{
	width:40vw;
	height:40vh;
}
#id1{
	background-color:rgb(48,30,48);
	color:rgb(0,30,48);
	font-style:oblique;
	font-family:Gravitas One;
}
#footer{
	text-align:center;
}
