/* app css stylesheet */

.menu {
  list-style: none;
  border-bottom: 0.1em solid black;
  margin-bottom: 2em;
  padding: 0 0 0.5em;
}

.menu:before {
  content: "[";
}

.menu:after {
  content: "]";
}

.menu > li {
  display: inline;
}

.menu > li:before {
  content: "|";
  padding-right: 0.3em;
}

.menu > li:nth-child(1):before {
  content: "";
  padding: 0;
}

.body {
  background-color: #444444;
  color: #EEEEEE;
}

.img-project {
  width: 480px;
  height: 360px;
}

.img-badge {
  margin-top: 25px;
  margin-left: 25px;
  width: 150px;
  height: 150px;
}

/* 4000 x 6000 */
.img-profile {
  width: 200px;
  height: 300px;
}

.seperator {
  size: 14px;
}

.title {
  color: white;
}

.src_link{
  color:white;
  size:16px;
}

.job{
  padding-bottom:100px;
}

.activity{
  padding-bottom:40px;
}

.s_media{
  padding-top:10px;
}

.lnk{
  color: #98E357;
}

.name {
  margin-right:5px;
}
