@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
*{
    margin: 0;
    padding: 0;
}

.navbar{
    width: 100%;
    height: 80px;
    background: rgba(22, 112, 214, 0.4);
}

.navbar .logo{
    display: inline-block;
    margin-left: 30px;
    margin-top: -6px;
}


.navbar ul{
    float:right;
    margin-right: 20px;

}

.navbar ul li{
    list-style: none;
    display: inline-block;
    margin: 0 8px;
    line-height: 75px;

}

.navbar ul li a{
    color: black;
    text-decoration: none;
    font-size: 20px;
    padding: 6px 13px;
    font-family: roboto;
}

.navbar ul li a.active,
.navbar ul li a:hover{
    background: #c12f2f;
    border-radius: 2px;
}

.urun{
    margin: 0 400px;
    margin-top: 50px;
}

.urun_d{
    margin-top: -550px;
    margin-left: 830px;

}

.urun_d button{
    border-color: black;
    background-color: #c12f2f;
    font-size: 25px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin-top: 250px;
    margin-left: 120px;
}

.urun_d table tr td{
    height: 40px;
    width: 40px;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.urun_d table{
    margin-top: 5px;
    margin-left: 100px;
}

.urun_d h3{
    margin-top: 30px;
    margin-left: 160px;
}

.urun_d table tr td{
    height: 40px;
    width: 40px;
}