/* Main CSS Code for Projects Page Specifically */

/* Color Codes For Reference */
/* BLack-ish Green == #021405 */
/* Green == #9AFF80 */
/* Blue == #B3C2F2 */
/* White == #E1E1E1 */
/* Purple == #FF4BF0 */

article {
  text-align: center;
}

#middle {
  justify-content: center;
}

h1, h2, h3 {
  font-weight: bold;
}

article a {
  text-decoration: none;
  color: #E1E1E1;
}

article h2 {
  margin: 10px 0;
  text-decoration: none;
}

h3 {
  font-size: 14px;
}

.row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.panel {
  border-radius: 10px;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  border: 2px solid #9AFF80;
}

.panel-heading {
  border-radius: 10px 10px 0 0;
}

.panel-body {
  text-align: left;
}
.star-div {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: auto;
  height: auto;
  float: right;

  border-radius: 5px;
  border-color: #9AFF80;

  padding: 5px 10px;
  margin: 0 0 10px 10px;
}

.star-div img {
  height: 20px;
  width: auto;
  margin: auto;
}

.star-div p {
  margin: 0;
  color: #E1E1E1;
  font-weight: bold;
  font-size: 20px;
  padding-left: 5px;
}
