.linkBackToPortfolio  {
    color: #F1B257;
    text-decoration: none;
    font-size: 25px;
}

.linkBackToPortfolio:hover  {
    color: #ff2dc3;
    text-decoration: none;
}

.instructions b {
margin-left: 3px;
margin-right: 3px;
border: 1px solid gray;
background-color: whitesmoke;
color: #1b1b1b;
}

.character {
    display: flex;
    flex-direction: column;
    flex-basis: 12%;
    flex-shrink: 3;
    align-items: right;
    height: 475px;
    color: #ee9631;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    border: solid 1px rgb(0, 0, 0);
    margin: 0 0 350px 0;
    font-size: 45px;
    cursor: pointer;
    opacity: .9;
}

.character:hover {
    border: solid 3px yellow;
}

#characters {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.form-popup {
    display: block;
    background-color: #ee9631;
    position: fixed;
    width: 100%;
    height: 100%;
    bottom: 0;
    border: 3px solid brown;
    z-index: 9;
}