body {
  font-size: 1.3rem;
}
nav {
  background-color: #669cc4;
}
nav a {
  font-weight: bold;
  color: #e7ecef;
  text-decoration: none;
}
nav a.router-link-exact-active {
  color: #274c77;
}
.navbar-brand img {
  display: inline !important;
  width: 20%;
  margin-top: 0;
  padding: 0 !important;
}
.nav-item {
  padding-left: 0.8rem;
}
li {
  display: inline;
  list-style: none;
} 
#ul-sobre li {
  display:block !important; 
  text-align: center;
}
.ol-instructions li {
  display:block !important; 
  text-align: center;
}

#ul-operacao li {
  
  display:block !important; 
  text-align: left;
  text-decoration: dotted !important;
  color:#274c77 !important;
}
a {
  text-decoration: none;
  color: white;
}
a:hover {
  text-decoration: none;
  color: #2c3e50;
}
.footer-text {
  margin-top:15px; 
  margin-left: 2rem;
  font-size: large;
  color: white;
}