#nav-container {
  display: flex;
  justify-content: center;
}

#main-outrer-container {
  display: flex;
  justify-content: center;
}

.btn {
  display: block;
}

a {
  text-decoration: none;
}

