body p {
  color: #666;
}

hr {
  color: white;
  background-color: white;
  height: 3px;
  width: 110%;
}
body {
  background-color: #333;
  background-image: url(../images/bg.svg);
  background-repeat: repeat-y;
}
  
#logo {
  visibility: visible;
  margin: 100px 50px;
}

#side-content {
  color: #FFF;
  font-family: Verdana, Geneva, sans-serif;
  visibility: visible;
}

#img_details {
  font-size: 10px;
  background: rgb(141, 138, 138);
  width: 70%;
  padding:10px 20px;
  font-weight: bold;
  margin: 10% 0;
}
#sidebar {
  font-size: 10px;
  background: rgb(141, 138, 138);
  width: 60%;
  margin-top: 30%;
  font-weight: bold;
  padding:10px 20px;
}
#photo {
  margin-bottom: 10%;
}