.navbar {
    width: 100%;
    display: flex;
    align-items: center;
    padding-bottom:40px;
  }
  
  .logo {
    flex: 1;
  }
  
  .menu {
    display: flex;
    justify-content: flex-end;
  }
  
  .menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
  }
  
  .menu li {
    margin-left: 10px;
    padding-left: 10px;
  }

  .footer {
    position: fixed; 
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .menu a:hover {
    color: #feca29 !important;
  }

  .footer a{
    color: #feca29 !important ;
  }

  .main-content{
    text-align: -webkit-center;
    text-align: -moz-center;
  }

  .action-button {
    width: 165px;
    background-color: #1d2664 !important;
    border-color:#1d2664 !important;
    margin:0.4em;
  }

  .action-button:hover{
    background-color: #feca29 !important;
    border-color: #feca29 !important;
  }

  #select{
    width:50%;
    margin-bottom: 1em;
  }

