body{
    height: 100vh;
    width: 100vw;
    padding-right: 0px;
    margin: 0px;
    display: flex;
    background-color: #008080;
    align-items: center;
    justify-content: center;
    position: relative;
}

#title{
    display: flex;
    width: auto;
    height: auto;
    justify-content: center;
    align-items: center;
}

#karta{
    text-align: center;
}

.icon{
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    width: 128px;
    height: 128px;
    position: absolute;
    text-align: center;
}

.iconSlika{
    margin: auto;
    width: 64px;
    height: 64px;
}

.iconText{
 text-align: center;
}

.icon:active {
    width: 128px;
    height: 128px;
    cursor: grabbing;
}

#gumbDomov{
    top: 0px;
    left: 0px;
}

#gumbDokumentacija{
    top: 0px;
    left: 128px;
}

#gumbOsnutek{
    top: 0px;
    left: 256px;
}

#gumbOMeni{
    top: 0px;
    left: 384px;
}

#gumbIzdelek{
    top: 0px;
    left: 512px;
}

#gumbSKG{
    top: 0px;
    left: 640px;
}

.windows{
    position: absolute;
    background-color: white;
    display: none;
    width: 300px;
    height: 200px;
    border: 2px solid;
    border-color: lightgray grey grey lightgray;
}

#windowDomov{
    top: 200px;
    left: 200px;
}

#windowDokumentacija{
    top: 210px;
    left: 210px;
}

#windowSKG{
    top: 220px;
    left: 220px;
}

#SKGlogo{
    display: block;
    margin: auto;
    padding-top: 10px;
}

.windowBar{
    width: 100%;
    height: 20px;
    display: flex;
    justify-content: space-between;
    background-color: darkgray;
    border-style: none none solid none;
    border-color: darkgray;
}

.windowBarText{
    background-color: darkgray;
}

.buttonX{
    background-color: red;
    border: 2px solid;
    border-color: lightgray grey grey lightgray;
    cursor: pointer;
}

.buttonX:active{
 border-color:  grey  lightgray lightgray grey;
}

.windowBody{
    height: 100%;
    width: 100%;  
}