* {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}
body {
  font-family: verdana;
  background-color: #e5e5e5;
  color: #222222;
}
a,
a:visited,
a:hover,
a:active {
  color: inherit;
  text-decoration: none;
}
.container {
  width: 1200px;
  margin: 20px auto 0 auto;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 20px;
  font-size: 12px;
}

/* PILE-ROCK-SETTLE STARTS*/
section.title {
  text-align: center;
  font-weight: bold;
  color: #666666;
  font-size: 16px;
  margin-bottom: 10px;
}
main {
  border: #aaaaaa 1px solid;
  border-radius: 10px;
  background-color: #f5f5f5;
  padding: 15px;
}
div.line {
  overflow: auto;
  display: flex;
  justify-content: space-between;
}

div.cell {
  text-align: center;
  width: 19%;
}

label {
  display: block;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  padding-bottom: 5px;
  width: 100%;
}

input {
  font-weight: bold;
  color: #999999;
  text-align: center;
  width: 100%;
  height: 25px;
}

.output {
  display: flex;
  justify-content: space-between;
}

section:not(.title) {
  margin-top: 20px;
}

div.hesaplar {
  line-height: 1.7;
}

.hesaplar:nth-child(1) {
  width: 25%;
}
.hesaplar:nth-child(2) {
  width: 40%;
}
.hesaplar:nth-child(3) {
  width: 35%;
}

div.hesaplar img {
  border: #e0d5d5 1px solid;
  height: 400px;
}

div.hesaplar span {
  font-weight: bold;
}

div.hesaplar input {
  font-weight: bold;
  font-size: 12px;
  width: 50px;
}

.hesaplar .line {
  justify-content: start;
}
