html  {
  font-family: 'Concert One', cursive;
  color: rgb(20, 75, 160);
  
  /* outline: solid 2px rgb(70, 85, 120);
  outline-offset: -2px; */
  height: 100%;
}
body  {
  margin: 0;
}

a {
  border-radius: inherit;
}
img {
  border-radius: inherit;
}

#navbar {
  background-color: rgb(60, 75, 100);
  overflow: hidden;
  margin: 0 0 4px 0;
  height: 50px;
  border-radius: 4px 4px 16px 16px;
    text-align: center;
    line-height: 50px;
    font-size: 1.4em;
    color: white;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 50, 0.4);
  width: 100px;
  height: 100px;
  background-color: rgb(200, 210, 230);
    text-align: center;
    line-height: 100px;
    font-size: 1.6em;
    border-radius: 16px 32px;
  display: inline-block;
  margin:  5% 10%;
  vertical-align: middle;
}


#text {
  margin: 2.5% 10% 5% 10%;
  width: 125px;
  height: 50px;
  line-height: 50px;
  border-radius: 4px;
}

.container {
  text-align: justify;
}

.container:after {
  content: '';
  width: 100%; /* Ensures there are at least 2 lines of text, so justification works */
  display: inline-block;
}