body {
    margin-top:"100px";
    background:linear-gradient(to right, orange, rgb(224, 21, 99), purple);
}
#portfolio,
#bio,
#contact
{
border: 10px solid;
padding: 30px;
margin-top: 30px;
color:white;
background-color:rgb(83, 82, 82);
}
h1 {
    font-family:"righteous", cursive;
}
p {
    font-family: "Baloo Tamma 2", cursive;
}
#portfolio {
    border: 10px solid white;
    background-color: rgb(83, 82, 82);
    color:white;
    margin-top: 40px;
}
#port-border{
    border-bottom: 10px solid white;
}


#comments {
    height: 200px
}

.proj {
    position: relative;
    text-align: center;
    color: black;
  }
  .bottom {
      position: absolute;
      bottom:0px;
      left: 15px;
      background-color: blue;
      width:100%;
      text-align: center;
      color: white;
      opacity: 25%;
  }
  .bottom:hover{
      opacity:100%;
      background-color: rgba(128, 0, 128, 0.815);
  }