body, html {
    margin: 0;
    padding: 0;
    height: 100%;
  }
  
  .page-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }
  
  .content-area {
    flex: 1;
  }
  

body {
    font-family: Arial, sans-serif;
    background: #f0f0f0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
  }
  
  .container {
    background: #fff;
    padding: 20px 30px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    width: 300px;
  }
  
  h2 {
    text-align: center;
  }
  
  input, select, button {
    width: 100%;
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
  }
  
  button {
    background: #2c7ae7;
    color: white;
    border: none;
    cursor: pointer;
  }
  
  button:hover {
    background: #195ecf;
  }

  
  
  .container {
    background: #fff;
    padding: 20px 30px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    width: 900px;
    text-align: center;
  }


  


                /* Base styles for all screen sizes */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 20px;
}

.header, .content, .footer {
    padding: 20px;
    background-color: #f0f0f0;
    margin-bottom: 10px;
    text-align: center;
}

/* Mobile styles */
@media (max-width: 768px) {
    .container {
        padding: 10px;
    }

    .header, .content, .footer {
        padding: 15px;
        font-size: 16px;
    }
}



  
  
  
  h2, h3 {
    color: #2c3e50;
  }
  
  input, button {
    display: block;
    width: 100%;
    padding: 10px;
    margin-top: 15px;
    border-radius: 5px;
    border: 1px solid #ccc;
  }
  
  button {
    background-color: #2c7ae7;
    color: white;
    border: none;
    cursor: pointer;
  }
  
  button:hover {
    background-color: #195ecf;
  }
  
  .btn {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 15px;
    background: #2c7ae7;
    color: white;
    text-decoration: none;
    border-radius: 5px;
  }
  
  .logout {
    background: #e74c3c;
  }
  
  .actions {
    margin-bottom: 20px;
  }
  
  table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
  }
  
  table, th, td {
    border: 1px solid #ddd;
  }
  
  th, td {
    padding: 10px;
    text-align: left;
  }
  

  
  




  
  .simple-footer {
    background-color: #222;
    color: #ddd;
    padding: 30px 10px 15px;
    font-family: 'Segoe UI', sans-serif;
  }
  
  .footer-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
  }
  
  .footer-column {
    display: inline-block;
    vertical-align: top;
    width: 220px;
    margin: 10px;
    text-align: left;
  }
  
  .footer-column h2,
  .footer-column h3 {
    color: #fff;
    margin-bottom: 10px;
  }
  
  .footer-column p,
  .footer-column ul {
    margin: 0;
    line-height: 1.5;
    font-size: 14px;
  }
  
  .footer-column ul {
    list-style: none;
    padding: 0;
  }
  
  .footer-column ul li {
    margin-bottom: 6px;
  }
  
  .footer-column ul li a {
    color: #ccc;
    text-decoration: none;
  }
  
  .footer-column ul li a:hover {
    text-decoration: underline;
    color: #fff;
  }
  
  .footer-column a i {
    margin-right: 10px;
    color: #ccc;
    font-size: 18px;
  }
  
  .footer-column a i:hover {
    color: #1abc9c;
  }
  
  .footer-bottom {
    text-align: center;
    margin-top: 30px;
    border-top: 1px solid #444;
    padding-top: 10px;
    font-size: 13px;
    color: #aaa;
  }
  
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
  }
  .footer-section {
    text-align: center;
  }
}
