body {
  background-color: #eeeee4;
  cursor: url(''), auto;
    font-size: 16px;
    color: #E2E2E2;
    text-align: left;
    background-image: url(bg1.png), url(twinkle_twinkle.png);
    background-repeat: repeat-x, repeat;
    font-weight: 400;
    font-family: helvetica, arial;
}

.bg-img {
  background-image: url('');
  background-size: 15%;
}

.top-banner {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.banner {
  width: fit-content;
  margin: auto;
}

.banner-title {
  text-align: center;
}

.title, .title:visited, .title:hover, .title:active {
  text-align: center;
  font-size: 10vw;
  font-weight: bold;
  font-family: "Parisienne", cursive;
  text-decoration: none;
  color: #c79107;
}

.navigation {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.left-nav {
  display: flex;
  flex-direction: row;
  padding: 0.3vw;
}

.right-nav {
  display: flex;
  flex-direction: row;
  padding: 0.3vw;
}

.click-nav, .click-nav:visited {
  margin: 0.3vw;
  font-size: 1.5vw;
  font-weight: bold;
  font-family: "Roboto Mono";
  text-decoration: none;
  color:#3a3a3a;
  transition: color 0.3s;
}

.click-nav:hover {
  color: #c79107;
}

.click-nav:active {
  color:#3a3a3a;
}
.container {
    margin-left: 15px;
}
h2 
{
    margin-bottom: 15px;
    margin-top: 25px;
    font-size: 30px;
    font-family: helvetica, Arial, sans-serif;
    color:#3a3a3a;
}
 
.work {
    text-align: left;
}
.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;
    color:#3a3a3a;
    opacity: 0.7;
}
.backtotop {
    text-align: left;
    color: #56b3f8;
}
 
.piecetitle {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    font-family: aldrichregular, Arial, sans-serif;
}