body{
    background-color: rgb(211, 211, 211);
}

.link{
    width: 500px;
    height: 50px;
    background-color: rgb(122, 122, 122);
    margin: auto;
    border-radius: 10px;
    border: 1px solid rgb(75, 75, 75);
}

.linkovi{
    width: 100px;
    float: left;
    text-align: center;
    padding-top: 15px;
    color: rgb(240, 240, 240);
}

.linkovi:visited{
    color: rgb(185, 185, 185);
}

.linkovi:hover{
    text-decoration: underline;
    color: rgb(131, 143, 196);
}

.linkovi:active{
    color: rgb(87, 141, 105);
}


.sadrzaj{
    padding-left: 15px;
    margin-top: 10px;
    width: 400px;
    height: 150px;
    background-color: rgb(172, 172, 172);
    border-radius: 10px;
    border: 1px solid rgb(75, 75, 75);
    color: rgb(75, 75, 75);
}