@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: 1 / 3; 
  grid-row: 1;
  text-align: center;
  transform: translateX(-30px);
  align-self: start;
}



.a {
font-family: "PT Serif", serif;
  font-weight: 700;
  font-style: normal;

  font-size: 14px;
  margin: 0;
  line-height: 1.1;
  align-self: center;
}

.b {
    font-family: "PT Serif", serif;
  font-weight: 700;
  font-style: normal;
  position: relative;
  line-height: 1.5;
  font-size: 14px;
  left: 20px;
  top: 4px;
}

.c {
    font-family: "PT Serif", serif;
  font-weight: 700;
  font-style: normal;
  grid-column: 3;
  grid-row: 1;
 margin-top: -18px;
  font-size: 14px;
  line-height: 1.7;
  text-align: right;
}

.d {
  grid-column: 3;
  grid-row: 3;
  font-size: 14px;
  line-height: 1.7;
  text-align: right;
  width: 100%;
  max-width: 260px;
    margin-top: -40px;
}
.title {
    font-family: "PT Serif", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
}

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

.label {
  text-align: left;
  max-width: none;
    line-height: 1.2;
}

.gram {
  text-align: right; 
  white-space: nowrap;
}

.percent {
  text-align: right;
   white-space: nowrap;
}

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

.f {
    font-family: "PT Serif", serif;
  font-weight: 700;
  font-style: normal;
  grid-column: 3;
  grid-row: 2;
  align-self: start;
  font-size: 14px;
  line-height: 1.25;
  text-align: left;
}


.h {
  grid-column: 1;
  grid-row: 4;
  font-size: 14px;
  line-height: 1.7;
  margin-top: -70px;
  align-self: start;
}

.i {
  grid-column: 2;
  grid-row: 2;
  max-width: 200px;
  transform: translateY(50px);
  text-align: right;
  line-height: 1.7;
  letter-spacing: -0.3px;
  margin-bottom: 12px;
font-size: 14px;  
}

.i .fr-text {
    font-style: italic;
}

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

  font-size: 14px;
  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;
}
