<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background-color: #C55D0C;
    color: #C50C18;
}
/* table{
    margin-left: auto;
    margin-right: auto;
} */

input {
    background-color: yellow;
    color: #C50C18;
  }
 .wpisywane{
    background-color: yellow;
    color: #C50C18;
    width: 300px;
 }
 input[type="submit"] {
    color: yellow;
    background-color: #C50C18;
    border-radius: 3px;
    width: 150px;
  }
  input[type="reset"] {
    color: yellow;
    background-color: #C50C18;
    border-radius: 3px;
    width: 150px;
  }
  textarea{
      background-color:yellow;
      color: #C50C18;
  }

.formularzzamowienia {
    background-color: #C5BA0C;
    border-color: #C50C18;
    width:min-content;
    text-align:center;
    font-size:large;
    margin-left:auto;
    margin-right:auto;
}
  .dane {
    background-color:  #C5BA0C;
    border-color: #C50C18;
    width: 400px;
    text-align:center;
    font-size:large;
  }

  .produkt {
    background-color:  #C5BA0C;
    border-color: #C50C18;
    width: 350px;
    text-align:center;
  }
 .zamowienie {
    background-color:  #C5BA0C;
    border-color: #C50C18;
    width: 400px;
    text-align:center;
    font-size:large;
  }
  .kontakt {
    background-color:  #C5BA0C;
    border-color: #C50C18;
    width: 350px;
    text-align:center;
  }</pre></body></html>