#finOrdBut{
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 50px;
    z-index: 100;
}

#wall{
    border: solid black;
    width: 600px;
    height: 950px;
    margin: auto;
    margin-bottom: 50px;
    position: relative;
    margin-top: 20px;
}
#podium {
    width: 100%;
    background-color: black;
    height: 30px;
    color: white;
    text-align: center;
}

#pricka{
    border: solid black;
    width: 420px;
    height: 30px;
    position: absolute;
    top: 530px;
    left: 80px;
    text-align: center;
    color: wheat;
    background-color: black;
}

#vstup1{
    border: solid black;
    width: 100px;
    height: 50px;
    position: absolute;
    display: block;
    top: 896px;
    left: 53px;
    text-align: center;
    color: wheat;
    background-color: black;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}

#vstup2{
    border: solid black;
    width: 100px;
    height: 50px;
    position: absolute;
    display: block;
    top: 896px;
    left: 380px;
    text-align: center;
    color: wheat;
    background-color: black;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}

#satna {
    border: solid black;
    width: 110px;
    height: 215px;
    position: absolute;
    top: 730px;
    left: 487px;
    text-align: center;
    color: wheat;
    background-color: black;
    vertical-align: middle;
}

#nic{
    border: solid black;
    width: 150px;
    height: 165px;
    position: absolute;
    display: block;
    top: 780px;
    left: 200px;
    text-align: center;
    color: wheat;
    background-color: black;
}

body{
    background-color: #3c567f;
    min-width: fit-content;
    min-height: 100%;
}

h1{
    display: block;
    background: black;
    color: white;
    padding: 1vw;
    font-family: inherit;
    margin: 0;
    font-size: 25px;
}

#myFooter{
    vertical-align: bottom;
    margin-top: 500px;
    margin-bottom: 50px;
    min-width: 100%;
}
