@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400&display=swap');

body {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    text-align: center;
    margin: auto;
}

#container {
    margin-top: 5px;
    width: 100%;
    height: 20px;
    filter: url(#threshold) blur(0.6px);
}

#thefilterdiv {
    position: static;
    height: 1px;
}

#text1, #text2 {
    position:absolute;
    top: 0px;
    left:0px;
    width: 100%;
    font-size: 20pt;
    user-select: none;
}

#formdiv {
    padding: 40px;
}

input {
    border-top-style: hidden;
    border-right-style: hidden;
    border-left-style: hidden;
    outline: none;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    width: 5em;
    font-weight: 300;
    margin-bottom: 10px;
}

#button_group input {
    font-size: 18px;
    margin: 0 5px;
    cursor: pointer;
    background-color: white;
}

#button_group input:hover {
    color: white;
    background-color: black;
}

#ders_listesi {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 60px;
    max-width: 100%;
}

.ders-chip {
    padding: 5px 15px;
    border: 1px solid black;
    border-radius: 20px;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.2s ease;
}

.ders-chip:hover {
    background-color: black;
    color: white;
}

.ders-chip.active {
    background-color: black;
    color: white;
}

#vize_notu, #vize_notu_label {
    font-size: 25px;
}

#sonuc, #donut {
    margin-top: -25px;
    font-size: 20px;
}

#curesinlogo {
    height: 40px;
}

#curesinlogodiv {
    width: 100%;
}

.socialcom {
    width: 15px;
    margin-left: 5px;
    margin-right: 5px;
}

.socialcom:hover {
    opacity: 0.5;
}

.curesincom {
    font-size: 10pt;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    width: 95%;
}

#info, #surum {
    font-size: 10px;
}
#footer {
    width: 100%;
}