.portfolio-item {
  background-color: var(--color-item-background);
  background-size: 100%;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 50px;
  text-align: center;
  border: 5px solid var(--color-accent);
  border-radius: 10px;
}
.portfolio-item p {
  line-height: 1;
  font-size: 25px;
  text-align: left;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  white-space: pre-line;
}
.portfolio-item h2 {
 font-size: 60px;
 line-height: 1;
}
.portfolio-item img {
  margin-right:auto;
  margin-left: auto;
  width:40%;
  border-radius: 10px;
}

.portfolio-item .roles::before {
  font-weight: bold;
  content: "Role(s):";
}
.portfolio-item .tools::before {
  font-weight: bold;
  content: "My Tools:";
}
.portfolio-item .about::before {
  font-weight: bold;
  content: "About The Game:";
}
.portfolio-item:hover{
    border-color: #D1F4FF;
}