body{
    background-color: rgb(1, 30, 66);
}
.zgornjavrsta{
    background-color: rgb(1, 2, 31);
    height: 70px;
    align-items: center;
    justify-content:center;
    display: flex;
    margin:15px;
}
.tzgoraj{
    color: rgb(180, 120, 4);
    margin-right:auto;
    margin-left: auto;
}
.divlogo{
    width: 10px;
    justify-content: center;
}
.spodaj{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.divspodaj{
    display:flex;
    justify-content:flex-end;
    margin:8px;
}
.divspodajlevo{
    display:flex;
    justify-content:flex-end;
    margin:8px;
    width:52%;
}
.divspodajdesno{
    display:flex;
    justify-content:flex-end;
    margin:8px;
    width:48%;
}
.t{
    color: white;
    align-items: center;
    justify-content: flex-start;

}
.clicklink{
    color: rgb(255, 255, 255);
    background-color: rgb(88, 93, 134);
    width:auto;
    border-radius: 3px;
    text-align: center;
}
h1{
    align-items: center;
    color: white;
}
h2{
    align-items: center;
    color: white;
}
p{
    align-items: center;
    color: white;
}
.p1{
    align-items: center;
    color: white;
}
.a{
    align-items: center;
    color: white;
}