@charset "UTF-8";


body {
  background-color: #efefef;  
  font-family: Helvetica, sans-serif;  
  margin: 0;
  padding: 0;
}


#container {
  display: grid;
  box-sizing: border-box;
  padding: 30px;
  grid-template-columns: 1fr 3fr 1fr;
  grid-template-rows: auto;
  grid-gap: 20px;
  width: 800px;
  margin: 100px auto 25px auto;
  background-color: #fff;  
}


#container > * {
  display: flex;
  font-size: 16px;
  line-height: 1.5;
  color: #333; 
  flex-direction: column;
  background-color: transparent; 
}


.primary {
  font-size: 36px;
  font-weight: bold;
  color: #222;  
  text-align: center;
  margin-bottom: 20px;  
}


.secondary {
  font-size: 18px;
  font-weight: normal;
  color: #333;
  margin-top: 20px;
}

.secondary h2 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;  
}


.secondary table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 15px;
}

.secondary td, .secondary th {
  padding: 5px;
  text-align: left;
  border: none;  
}

.secondary th {
  background-color: #f4f4f4;  
  font-weight: bold;
}


.tertiary {
  font-size: 14px;
  font-weight: lighter;
  color: #555;
  margin-top: 30px;
  line-height: 1.8;
}

.tertiary p {
  margin-bottom: 10px;
}


.primary-analysis, .secondary-analysis, .tertiary-analysis {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 30px;
  margin-left: 10px;
  margin-right: 10px;
  color: #333;
}


#info {
  font-size: 12px;
  line-height: 15px;
  color: #555;
  width: 800px;
  margin: 50px auto 100px auto;  
  text-align: center;
}
.secondary {
  font-size: 18px;
  font-weight: normal;
  color: #333;
  margin-top: 20px;
}

.secondary h2 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;  
}

.secondary table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 15px;
}

.secondary td {
  padding: 5px;
  border: 1px solid #ddd;
}

.secondary th {
  padding: 10px;
  text-align: left;
  background-color: #f4f4f4;  
  font-weight: bold;
}

.tertiary {
  font-size: 14px;
  font-weight: lighter;
  color: #555;
  margin-top: 30px;
  line-height: 1.8;
}

.tertiary p {
  margin-bottom: 10px;
}

.primary-analysis, .secondary-analysis, .tertiary-analysis {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 30px;
  margin-left: 10px;
  margin-right: 10px;
  color: #333;
}

#info {
  font-size: 12px;
  line-height: 15px;
  color: #555;
  width: 800px;
  margin: 0 auto 100px auto;
  text-align: center;
}
