#temelkutu {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(59, 118, 217);
    width: 100%;
    height: 100vh;
}
#kutukontrol {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: rgba(40, 92, 195);
    border: 8px black solid;
    border-radius: 20px;
    width: 80%;
    height: 70vh;
}
table{
    margin-left: 100px;
    font-family: "Inter", sans-serif; 
}
table th {
    font-size: 150%;
}
input[type="text"] {
    background-color: rgb(19, 55, 175);
}