p {
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.7em;
  color: #999;
}
a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}

/* Sidebar */

.wrapper {
  display: flex;
  text-decoration: none;
  transition: all 0.3s;
/*  background-image: url("../img/bgimage.jpg");
  background-size: cover; */
}

#sidebar {
  min-width: 350px;
  max-width: 350px;
  color: #ffeb00;
  transition: all 0.3s;
  text-align: center;
}

#content {
  width: 100%;
  padding: 30px;
  min-height: 100vh;
  transition: all 0.3s;
  text-align: center;
}

/* progress view */
ul {
  text-align: center;
}

ul li {
  display: inline-block;
  width: 250px;
  position: relative;
}

ul li img {
  width: 80px;
  margin-bottom: 20px;
}

ul li p {
  font-weight: bold;
  font-size: large;
  text-transform: uppercase;
  margin-top: 10px;
}

ul li span {
  color: #8f9395;
}

ul li .fa {
  background-color: #ccc;
  width: 25px;
  height: 25px;
  color: #fff;
  padding: 5px;
  border-radius: 50%;
  /* z-index: 5; */
}

ul li .fa::after {
  content: "";
  background-color: #ccc;
  height: 5px;
  position: absolute;
  width: 255px;
  display: block;
  left: 0;
  top: 121px;
  /* z-index: -1; */
}

ul li:first-child .fa::after {
  width: 130x;
  left: 125px;
}

ul li:last-child .fa::after {
  width: 130px;
  right: 125px;
}

/* footer */
.footer {
  position: relative;
  font-size: 10pt;
  /* right: 30px; */
}
