body {
  background-color: green;
  text-align: center;
}
h1{
  color: rgba(255, 153, 0);
  font-family: "Rockwell Extra Bold"
}
h2{
  color: rgba(160, 92, 0, 1);
}
.primer{
	font-size: 20px;
  font-family: "papyrus";
}
tr{
	font-family: "Segoe Script";
}
#tt1{
	font-family: "Comic Sans MS";
}
table{
	margin-left: 250px;
        font-family: "Comic Sans Forte";     
}
a {
    color: #ff1493;
    font-weight: bold;
    transition: 0.3s;
}
a:hover {
    color: #00ced1;
    font-size: 1.1em;
}
#gor{
	font-size: 20px;
	font-family: "Comic Sans Forte";
}
.nevem{
	height: 50px;
  width: 100px;
  background-color: red;
}
button {
    background-color: #66ffcc;
    border: none;
    padding: 10px 20px;
    border-radius: 10px;
    color: #006666;
    font-size: 1em;
    transition: 0.3s;
}
button:hover {
    background-color: #33ccff;
    color: #004488;
    transform: scale(1.5);
}
.prvi { 
    color: red !important;  
}
