﻿body section.main-content.skills-challenge a.btn, body section.main-content.skills-challenge input.btn {
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
  text-decoration: none;
  color: #fff;
  border-color: #fff !important;
  text-transform: uppercase;
  background-color: #b39f88;
  margin-right: 5px;
}
body section.main-content.skills-challenge a.btn:hover, body section.main-content.skills-challenge input.btn:hover {
  background-color: #998874;
}
