.roboto-uniquifier {
    font-family: "Roboto", serif;
    font-optical-sizing: auto;
    font-weight: 291;
    font-style: normal;
    font-variation-settings:
      "wdth" 100;
  }
    html  {
        background-color: rgb(233, 233, 233);
        text-align: center;
      
    }
    .li{
        text-decoration: none;
        list-style: none;
    }
   
    h1 {
        font-size: 35px;
        font-weight: 900;
    }

    h2 {
        font-size: 28px;
        font-weight: 700;
    }

    h3 {
        font-size: 22px;
        font-weight: 600;
    }

    h4 {
        font-size: 20px;
        font-weight: 500;
    }

    h5 {
        font-size: 15px;
        font-weight: 400;
    }

    h6 {
        font-size: 15px;
        font-weight: 300;
    }
    .color-renk {
        background-color: rgb(203, 206, 209);
        color: rgb(56, 56, 56);
        border: outset;
    }

    .contenner {
        max-width: 1290px;
        margin: 0px auto;

    }