body {
    font-family: GEORGIA;
    margin: 0;
    padding: 0;
}

.up {
    height: 80px;
    background-color:   #4BA3C7;
    display: flex;
    justify-content: center;
    color: white;
    font-size: 220%;
}

.middle {
    height: 400px;
    width: 100%;
    background-color: #EFEFEF;
    display: flex;
    flex-direction: row;
}

.down {
    height: 80px;
    background-color:   #4BA3C7;
    display: flex;
    justify-content: center;
    color: white;
}


.middle_2{
    width: 50%;
    height: 400px;
    background-color: #90CAF9;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.left {
    width: 25%;
    height: 400px;
}

.left > h2 {
    text-align: center;
}

.right {
    width: 25%;
    height: 400px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.dane {
    font-size: 100%;
    flex-direction: row;
    display: flex;
}

select {
    margin-left: 5px;
}

input[type="number"] {
    margin: 15px 0 15px 0;
}

form {
    display: flex;
    align-items: center;
    flex-direction: column;
}

img {
    height: 180px;
    width: 180px;
    padding-bottom: 10px;
}

table, th, td {
    border: 1px solid #4FB3BF;
    /* padding: 5px; */
    background-color: transparent;
}

table {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}

td{
    padding: 5px;
    border: 1px solid #90CAF9;
    text-align: center;
}

tr:hover {
    background-color: #90CAF9
}