:root {
  --bg: #ffffff;
  --card-bg: #ffffff;
}
/*26c6da*/
body {
  background: var(--bg);
}

.box {

  background: var(--card-bg);
}

input::placeholder {
  color: antiquewhite;
}

.navbar {
  background: var(--card-bg);
}

.navbar-item {
  color: ghostwhite;
}

/* Card start*/
.card {
  overflow: hidden;
  background: ghostwhite;
  color: var(--bg);
  height: 100%;
}

.card.large {
  border-radius: 5px;
}

.title.no-padding {
  margin-bottom: 0 !important;
}

.footer {
  background: #26c6da;
  color: #26c6da;
}

.footer p,
strong {
  color: ghostwhite
}

.footer a:hover {
  color: crimson;
}

.fa {
  color: ghostwhite;
  margin: 10px
}
