html,body {
  height: 100%;
  width: 100%;
  background-color: black;
  font-family: 'Montserrat', sans-serif;
}

.navbar {
  top: 0;
  width: 100%;
  position: absolute;
  cursor: pointer;
}

.col-sm-6 {
    width: 50%;
    z-index: 1;
    position: absolute;
    top: 100px;
    left: 25%;
}

.navbar-inverse .navbar-nav>li>a {
  color: #f5f5f5;
}

.navbar-inverse .navbar-brand {
  color: #f5f5f5;
}

.navbar-inverse .navbar-brand:hover  {
  color: #61616b;
}

.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
  background-color: #18BC9C;
}

.container-details a button {
  height: 35px;
  width: 90px;
  background-color: #333;
  color: white;
  border-radius: 6px;
}
