:root {
  --bg: #071e36;
  --card-bg: #041221;
}

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);
}

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

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

.footer {
  background: var(--card-bg);
  color: ghostwhite;
}

.footer p,
strong {
  color: ghostwhite
}

.footer a:hover {
  color: crimson;
}

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

.welcome {
  color: #F5DF68;
  margin-top: -20px;
}

#translateLink {
  font-size: 20px;
}

.tutorial {
  color: ghostwhite;
  font-size: 25px;
}

.translation {
  color: silver;
  font-size: 20px;
}

.tutorialImage {
  width: 600px;
  border: 5px solid lightskyblue;
}

#smallTitle {
  font-size: 30px;
  font-weight: 600;
}

#logo {
  max-width: 175px;
  max-height: 100px;

}