body {
  background-color: #1F1010;
}

h4 {
  color: #ED4E4E;
  font-size: 16px;
  text-transform: uppercase;
}

.link:hover,
.link:active,
.link:focus {
  color: #ED4E4E;
}

.nav-item:hover,
.nav-item:focus {
  border-color: #ED4E4E;
}

.title {
  color: #ED4E4E;
}

.work-entry {
  background-color: rgba(237, 78, 78, 0.15);
  /* border: 1px solid #3E83EB; */
}

.work-entry:hover {
  background-color: rgba(237, 78, 78, 0.25);
}

.main-point {
  border-left-color: #ED4E4E;
}

.main-point__label {
  color: #ED4E4E;
}

.link--underlined:hover {
  border-bottom-color: #ED4E4E;
}

@media (max-width: 800px) {
  .metadata__item--title {
    color: #ED4E4E;
  }
}
