body{
    background-color: black;
    color: white;
}
div{
    background-color: gray;
    margin: 200px auto;
    width: 50%;
    padding: 50px;
    border-radius: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
}
form{
    margin: auto;
    width: 100%;
    box-sizing: border-box;
}
#tekst{
    height: 100px;
    width: 100%;
    box-sizing: border-box;
}
#imie{
    width: 100%;
    box-sizing: border-box;
}
table{
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    border-style: 1px black solid;
}