*{
    box-sizing: border-box;
}
body{
    background-color: rgb(173, 228, 243);
    font-family: Georgia, 'Times New Roman', Times, serif;
}
h1{
background-color: rgb(236, 114, 189);
text-align: center;
}
.linkovi{
  background-color: rgb(51, 209, 209);
  width: 190px;
}
.linkovi:active{
    color: rgb(255, 106, 250);
}