body {
  /*COOL GRADIENT BACKGROUND*/
  background: #4c5460;
  /* Old browsers */
  background: -moz-linear-gradient(left, #4c5460 0%, #666c75 50%, #4c5460 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #4c5460 0%, #666c75 50%, #4c5460 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #4c5460 0%, #666c75 50%, #4c5460 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@side-color', endColorstr='@side-color', GradientType=1);
  /* IE6-9 */
}
p,
h3 {
  text-shadow: 1px 1px 1px #000;
}
.writing-color-bg {
  background-color: rgba(130, 224, 255, 0.3);
}
.code-color-bg {
  background-color: rgba(255, 147, 130, 0.3);
}
.sweet-title-bar {
  background-color: rgba(160, 166, 175, 0.5);
  border-style: solid;
  border-color: #a0a6af;
  border-width: 1px;
}
.my-name {
  color: #F2F0E3;
  font-family: 'Heebo', sans-serif;
  font-weight: 500;
  font-size: 110px;
  margin-top: -23px;
  margin-bottom: -31px;
}
.page-subtitle p {
  color: #F2F0E3;
  font-size: 30px;
  font-family: 'Heebo', sans-serif;
}
a:hover {
  text-decoration: none;
}
.entry:hover {
  background-color: rgba(160, 166, 175, 0.8);
}
.entry {
  background-color: rgba(160, 166, 175, 0.5);
  border-style: solid;
  border-color: #a0a6af;
  border-width: 1px;
  border-radius: 2px;
  margin-bottom: 15px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.entry .corner-tag {
  width: 70px;
  float: right;
  padding: 0px 5px 0px 6px;
  border-radius: 0px 0px 0px 7px;
  border-style: none none solid solid;
  border-width: 1px;
  border-color: #a0a6af;
  color: #F2F0E3;
}
.entry h3 {
  color: #F2F0E3;
  font-weight: 100;
  font-family: 'Heebo', sans-serif;
  font-size: 30px;
  text-align: center;
}
.entry p {
  color: #F2F0E3;
  font-weight: 500;
  font-family: 'Heebo', sans-serif;
  font-size: 13px;
  margin-left: 15px;
}
.vertical-divider {
  height: 100px;
}
