

* {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
}

body {
  font-family: "AmazonEmber, Helvetica, sans-serif";
  font-weight: 300;
  color: #444;
  line-height: 1.9;
  background-color: #f3f3f3;
  
}
h1 {
  color: rgb(0, 0, 0);
  margin-left: 40px;
  display: inline-flex;
}

.div-botton {
  border: 2px outset #dee0e2;
  background-color: #dee0e2;
  

}


.btn {
  display: inline-flex;
  background-color:#c71900;
  font-size: 1.6rem;
  font-family: inherit;
  font-weight: 500;
  /*border: none;*/
  padding: 1.25rem 1.5rem;
  cursor: pointer;
  transition: all 0.3s;
  margin-left: 200px;
  width: 200px;
  border: 1px solid #888;
  border-radius: 0;
  
}



span {
  /*display: inline-block;*/
  font-size: 1.7rem;
  font-family: inherit;
  font-weight: 500;
  color: #dee0e2;
  /*color: var(--color-primary);*/
  text-align: center;
  /*border: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
  /*cursor: pointer;
  transition: all 0.3s;*/
  margin: auto;
}

.ccp-description {
  color: blue;
  font-size: 1.7rem;
}

.attributes-description {
  float: center;
 
}

.attributes-table {
  color: rgb(0, 0, 0);

}
.attributes-name {
  color: white;
  font-size: 1.4rem;
}


.attributes-value {
  color: white;
  font-size: 1.4rem;
}

thead,
tfoot {
    background-color: #4a4a4a;
    color: #fff;
}

tbody {
  background-color: #ffffff;
}
table {
  border-collapse: collapse;
  border: 2px solid rgb(200, 200, 200);
  letter-spacing: 1px;
  font-family:"AmazonEmber, Helvetica, sans-serif";
  font-size: 1.4rem;
  font-weight: bold;
}

td,
th {
  border: 1px solid rgb(190, 190, 190);
  padding: 5px 10px;
}

td {
  text-align: center;
}


