body{
    background-image: url("../slike/genshin.jpg");
    position: relative;
}
body h1{
    text-align: center;
    color: aliceblue;
    font-size: 120px;
}
.jedan{
    background-image: url("../slike/try.png");
    border: 1px solid black;
    width: 20%;
    height: 280px;
    text-align: center;
    position: absolute;
    position: fixed;
    top: 10px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 20px;
    overflow: auto;
}
.jedan a{
    text-decoration: none;
}
.jedan h2{
    text-align: center;
}
#Mondstadt{
    color: rgb(41, 190, 141);
}
#Liyue{
    color: rgb(255, 194, 80);
}
#Inazuma{
    color: blueviolet;
}
#Sumeru{
    color: rgb(88, 139, 0);
}
#Fontaine{
    color: rgb(46, 147, 214);
}
#Nod-Krai{
    color: mediumpurple;
}
#Snezhnaya{
    color:rgb(110, 228, 228);
}
.jedan ul{
    list-style-type: none;
}
.dva{
    background-color:lightyellow;
    border: 1px dashed rgb(201, 147, 46);
    width: 30%;
}
.Aether_peca{
    background-color: wheat;
    border: 1px solid black;
    width: 30%;
    text-align: center;
}
.Aether_peca img{
    width: 70%;
}
.Lumine_peca{
    background-color: wheat;
    border: 1px solid black;
    width: 30%;
    text-align: center;
}
.Lumine_peca img{
    width: 70%;
}