*::selection {
  background: #000000;
  color: #ffffff;
}
*::-webkit-selection {
  background: #000000;
  color: #ffffff;
}
*::-moz-selection {
  background: #000000;
  color: #ffffff;
}
*::-ms-clear {
  display: none;
}
*:focus {
  outline: 0 !important;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
html,
body {
  height: 100%;
}
body {
  background: #fafafa;
  color: #0000 0;
  font: 400 15px/1.5 Ubuntu, sans-serif;
  padding: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
  font-weight: 700;
}
a {
  color: #007bff;
  cursor: pointer;
}
a:hover,
a:active,
a:focus {
  color: #007bff;
  text-decoration: none;
}
.card {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}
