div {
  text-align: center;
  box-shadow: 4px 4px 4px 4px rgba(6, 223, 252, 0.28);
  margin: 20px 10px;
  border-radius: 5px;
  font-family: Arial, Helvetica, sans-serif;
  padding: 15px 20px;
}
.mac-t1 {
  color: orangered;
  margin: 0;
  font-size: 0.83rem;
}
.mac-t2 {
  margin: 15px 0;
  line-height: 1px;
  font-size: 1.3123rem;
  font-weight: 700;
}
.mac-main {
  font-size: 1.66123rem;
  line-height: 5px;
  font-weight: 800;
}
.mac-price {
  font-weight: 100;
  color: rgb(82, 82, 82);
  font-size: 1rem;
  line-height: 10px;
}

.mac-buy-buttn {
  color: white;
  background-color: #0071e3;
  border: none;
  margin-bottom: 8px;
  padding: 4px 10px;
  border-radius: 35px;
  cursor: pointer;
  font-weight: 700;
}
.stock-price {
  font-weight: 600;
  font-size: 1.67rem;
  text-align: left;
  margin: 0 0;
}
.stock-currency {
  margin: 0 0;
  font-size: 1rem;
  color: rgb(114, 114, 114);
  text-align: left;
}
.stock-today {
  color: green;
  text-align: left;
  line-height: 10px;
}
.stock-hour {
  color: rgb(102, 102, 102);
  text-align: left;
  margin: 0 0;
  line-height: 10px;
}
.stock-loss {
  color: red;
  text-align: left;
}

.fcc{
  text-align: left;
  margin: 0 0;
  font-size: 1rem;
}

.title{
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 8.3px;
}
.sub-title{
  color: rgb(102, 102, 102);
  font-weight: 500;
  font-size: 1.1rem;
}

.details{
  width: 500px;
  margin-bottom: 18.8px;
}
.skills{
  color: #0071e3;
}