body{
    margin:0;
    display: grid;
    grid-template-rows: fit-content(100%) 1fr;
    grid-template-columns: 70vw 30vw;
}


header{
    margin: 1rem 7rem 1rem 1rem;
    grid-column: 1/3;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header div{
    display: flex;
    justify-content: center;
    gap: 1rem;
}


svg{
    margin-left: .5rem;
    border: solid black 2px;
    height: 84vh;
    background-color: black;
}


#kezelopult{
    justify-self: center;
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: center;
    gap:1rem;
}
#kezelopult label{
    margin-bottom: -.75rem;
}

.lathatatlan{
    display: none;
}