body {
    background-color: rgb(32, 32, 180);
}

a,
h3 {
    color: white;
}

h1,
h4 {
    text-align: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.light_blue{
    color: lightblue;
}

.ime{
    font-size: large;
    font-family: 'Times New Roman', Times, serif;
    color: rgb(33, 142, 167);
}