body {
  background-image: url('portfolio.jpeg');
  background-repeat: repeat;
  background-attachment: fixed;
  background-color: #75643F;
  background-size: 500px;
  color: DarkGoldenRod;
  font-family: Copperplate;
  zoom: 0.5;
}
.container {
    margin-left: 15px;
}
h2 
{
    margin-bottom: 15px;
    margin-top: 25px;
    font-size: 30px;
    font-family: helvetica, Arial, sans-serif;
}
 
.work {
    text-align: left;
}
.about {
    width: 750px;
    margin-bottom: 25px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    padding-left: 0px;
    padding-right: 5px;
}
.content {
}
.highlight {
    color: #56B3F8;
}
.descrip {
    width: 600px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.backtotop {
    text-align: left;
    color: #56b3f8;
}
a:link {
    color: #56B3F8;
    text-decoration: none;
}
a:visited {
    color: #0A8EF1;
    text-decoration: none;
}
a:hover {
    color: #99D1FB;
    text-decoration: none;
}
 
.piecetitle {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    font-family: aldrichregular, Arial, sans-serif;
}