.main-calculator {
  color: rgb(4, 139, 212);
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
}

.page-title {
  font-size: 30;
  font-weight: 700;
  line-height: 1.1;
  padding-left: 1rem;
}

.calculator {
  box-sizing: border-box;
}

.labels {
  font-weight: 600;
}

select {
  display: block;
  padding: 0.4rem;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 1rem;
}

#result {
    font-size: 1rem;
  color: #e30017;
  margin-left: 0.5rem;
  font-weight: 700;
}

.wynik {
  font-weight: 600;
	    line-height: 1.7;
}
