#jalusekiht{
    clear: left;
    color: #F2E205;
    border: solid 3px #F25C05;
    text-align: center;
    font-weight: lighter;
    padding: 20px;
    background-color: #011140;

}

body {
    background: #9ab6dc;
}
table {
    border-collapse: collapse;
    width: 100%;
    font-family: "Times New Roman", sans-serif;
}

th, td {
    border: 1px solid #F25C05;
    padding: 12px 15px;
    text-align: left;
}

th {
    background-color: #011140;
    color: #F2E205;
}

input[type=submit] {
    background-color: #011140;
    color: #F2E205;
    padding: 10px;
    border-radius: 5px;
    margin-left: 20px;

}
.sisukiht {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.vasak {
    flex: 1;
    max-width: 60%;
}

.parem {
    flex: 1;
    max-width: 35%;
    padding: 20px;
    border-radius: 10px;
}
