body{
    background-color: blanchedalmond;
}

.zgori{
    background-color: burlywood;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-zgori{
    text-decoration: none;
    display: inline;
    margin: auto;
    color: white;
    font-size: 2rem;
    font-weight: bold;
}

.a{
    display: flex;
}

.a-levo{
    display: flex;
    width: calc(100% - 606px);
}

.a-desno{
    display: flex;
    position: absolute;
    right: 8;
    width: 606px;
}

.skg-logo{
    height: 50px;
    width: 50px;
}

.spodi{
    height: calc(100% - 50px);
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
}

h1{
    margin: 0;
    font-size: 4rem ;
    font-weight: bolder;
}


.text{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 8;
}

h2{margin: 0;}

.text-skg{
    margin: 0;text-decoration: none;color: black;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
}

.kontakt{
    text-decoration: none; margin: 0;color: black;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
}