* {
    font-family: Georgia, 'Times New Roman', Times, serif;
}

#zgornji_div {
    background-color: rgb(209, 209, 209);
    color: black;
    margin: 20px;
    position: absolute;
    top: 0;
    width: calc(100% - 40px);
    height: 124px;
}

table {
    vertical-align: middle;
    float: right;
    height: 124px;
}

th {
    padding-left: 20px;
    padding-right: 20px;
    font-size: x-large;
    vertical-align: middle;
    text-align: center;
}

a:link,
a:visited {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: red;
}

h1 {
    margin-top: 200px;
    text-align: center;
    font-size: 40px;
}

h2 {
    text-align: center;
    font-size: 30px;
}

#info {
    text-align: center;
    margin-top: 40px;
}

#o_meni {
    text-align: center;
}