body{
    background-image: url(../img/hogwarts-5078578_1280.jpg);
    background-size: cover;
}
#linkovi a{
    text-decoration: none;
    background-color: lightblue;
  font-size: 28px;
  color: rgb(23, 60, 90);
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  
}
#linkovi a:active {
    background-color: rgb(211, 206, 199);
    color: rgb(63, 53, 37);
}
h1{
    text-align: center;
    font-size: 40px;
    color: rgb(255, 255, 255);
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
p{
    text-align: center;
    color: aliceblue;
    font-size: 25px;
}
ul li{
   
    color: aliceblue;
    font-size: 25px;
}
#crveni{
    color: red;
    font-weight: bold;
}
#zuti{
    color: yellow;
    font-weight: bold;
}
#plavi{
    color: blue;
    font-weight: bold;
}
#zeleni{
    color: green;
    font-weight: bold;
}
#drugilinkovi a{
   
    text-decoration: none;
    color: rgb(64, 87, 80);
    background-color: aquamarine;
    font-size: 30px;
}
#drugilinkovi a:hover {
    background-color: rgb(56, 90, 177);
    color: rgb(211, 217, 232);
}
#natrag a{
   
    text-decoration: none;
    color: rgb(177, 222, 209);
    font-size: 25px;
}
#natrag a:visited{
    color: rgb(36, 14, 94);
}


