.main_box{
  width: 95%;
  height: 150px;
  margin-left: 13px;
  border-radius: 10px;
  background: #fcba03;
  display: flex;
}

.imie_div{
  margin-top: 20px;
  font-size: 25px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-family: serif;
}

.wynik_div{
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  font-family: serif;
}

.box_general_title {
  width: 100%;
  height: 25px;
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  font-family: serif;
}

.tab_tygodniowe_title {
    margin-left: 10px;
    margin-top: 10px;
    font-size: 20px;
    font-family: serif;
}

.main_title {
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-family: math;
}

.red_text_data{
  color: red;
  font-family: math;
}

.green_text_data{
  color: green;
  font-family: math;
}

.background_tytulowa {
  background-image: url('logo.jpg'); 
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 200px;
  
  }
  
.modal_center {
  margin-top: 50%;
}