@charset "UTF-8";

  body {
   font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 15px;
  color: black;
  background: #dcdcdc;
  }
  

  #container {
  display: grid;
  box-sizing: border-box;
  padding: 34px 28px 30px 28px;
  grid-template-columns: 1.05fr 1.2fr 0.95fr;
  grid-template-rows: auto auto auto auto;
  column-gap: 16px;
  row-gap: 22px;
  width: 800px;
  height: 800px;
  margin: 100px auto 25px auto;
  background-color: #fff;
  align-content: start;
}

.title-group {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
   transform: translateX(-20px);
  width: 100%;
  margin: 0;
}



.a {
  font-size: 16px;
  margin: 0;
  line-height: 1.1;
  align-self: center;
}

.b {
  position: relative;
  line-height: 1.5;
  left: 20px;
  top: 4px;
}

.c {
  grid-column: 3;
  grid-row: 3;
  transform: translateY(200px);
 
  font-size: 15px;
  line-height: 1.7;
  text-align: left;
}

.d {
  grid-column: 3;
  grid-row: 2 / 5;
  font-size: 15px;
  line-height: 1.7;
  text-align: right;
  width: 100%;
  max-width: 420px;
}

.row {
  display: grid;
  grid-template-columns: 1fr 60px 50px;
  align-items: baseline;
  column-gap: 18px;
}

.label {
  text-align: right;
  max-width: 140px;
 
  white-space: nowrap;
  line-height: 1.2;
}

.gram {
  text-align: right;
}

.percent {
  text-align: right;
}

.e {
  padding-right: 10px;
  grid-column: 1;
  grid-row: 2;
  font-size: 15px;
  line-height: 1.7;
}

.f {
  grid-column: 3;
  grid-row: 4;
  align-self: start;
  font-size: 14px;
  line-height: 1.25;
  text-align: left;
  transform: translateY(-18px);
}


.h {
  grid-column: 2;
  grid-row: 4;
  font-size: 15px;
  transform: translateY(30px);
  line-height: 1.2;
  align-self: start;
}

.i {
  grid-column: 1;
  grid-row: 3;
  font-size: 15px;
  line-height: 1.7;
}

.owner {
  grid-column: 2;
  grid-row: 3;
  align-self: start;
  margin-top: 2px;
  text-align: right;
transform: translateY(180px);

  font-size: 12px;
  line-height: 1.7;
}



#info {
  font-family: Helvetica, sans-serif;
  font-size: 12px;
  line-height: 15px;
  color: #555;
  width: 800px;
  margin: 0 auto 100px auto;
}
