body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    padding: 5px;

    font-family: "Mukta", sans-serif;
    font-weight: 900;
    font-style: normal;
}

h3 {
    font-weight: 900;
    font-size: 20px;
    margin: 0;
    margin-top: 10px;
}

button {
    background-color: #28a745;
    color: white;
    border: none;
    padding: 10px 20px;
    margin: 10px;
    cursor: pointer;
    border-radius: 5px;
}

button:hover {
    background-color: #218838;
}

.dersKaldir{
    background-color: rgb(207, 150, 150) !important;
    color: white;
    border: none;
    padding: 10px 20px;
    margin: 10px;
    cursor: pointer;
    border-radius: 5px;
}

.ders {
    margin: auto;
    padding: 10px;
    border-radius: 35px;
    width: 90%;
}

input {
    padding: 5px;
    margin: 5px;
    width: 50px;
    background-color: #00000000;
}


.ortalama {
    font-weight: bold;
    margin-left: 10px;
    color: #d9534f;
}

.dersBilgi {
    display: flex;
}
.dersBilgi p{
    color: #2e2e2e;
    border: none;
    margin: 0;
    
    font-family: "Mukta", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 28px;
    
    white-space: nowrap;
}





.dersAdi{
    color: #2e2e2e;
    width: 150px;
    border: none;
    padding: 0px;
    
    font-family: "Mukta", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 28px;
}






.notlar {
    border: 1px solid #e4e4e4;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
}
.notlar p{
    margin: 0;
    padding: 0;
    border: 1px solid #e4e4e4;
    background-color: #f3f3fb;
    font-size: 14px;
    font-family: "Mukta", sans-serif;
    font-weight: 900;
    font-style: normal;
    white-space: nowrap;
}

.isimTable{
    color: #858585;
}

.nots{
    color: #1e2e62;
    font-weight: 100;
    padding: 0 !important;
}

.notsOrt{
    color: #1ea77d;
}

.puan{
    font-family: "Mukta", sans-serif;
    font-weight: 900;
    font-style: normal;
    color: #1e2e62;

    width: 100%;
    height: 100%;

    margin: 0;

    text-align: center;

    padding: 0;
    background-color: #ffffff00;
    border: none;
    overflow: hidden;
    appearance: textfield;
}

.puan:focus {
    outline: none;
}

.puan::-webkit-outer-spin-button,
.puan::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.sozlu{
    border: 1px solid #ccc;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background-color: #f0f0f0;
    width: 100%;
    border-radius: 10px;
    color: #1e2e62;
    overflow: hidden;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}