.btn {
    display: inline-block;
    padding: 12px 30px;
    background-color: #327291;
    color: #ffffff !important;
    font-size: 16px;
    text-align: center;
    text-decoration: none !important;
    
    transition: background-color 0.3s ease;
  }

  .btn:hover {
    background-color: #295d76;
    color: #ffffff !important;
    text-decoration: none !important;
  }

  .text-align-center {
    text-align: center;
    margin: 20px 0;
  }

