html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

#customers {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

    #customers td, #customers th {
        border: 1px solid #ddd;
        padding: 8px;
    }

    #customers tr:nth-child(even) {
        background-color: #f2f2f2;
    }

    #customers tr:hover {
        background-color: #ddd;
    }

    #customers th {
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: left;
        background-color: #04AA6D;
        color: white;
    }

.btn-primaryMy {
    background-color: #ffffff;
    border: none;
    color: #343a40;
    padding: 7px 30px;
    /* text-align: center; */
    /* text-decoration: none; */
    /* display: inline-block; */
    font-size: 16px;
    border-radius: 3px;
}

.form-group {
    margin: 10px;
}

.container1 {
    
    flex-direction: column; /* Stack elements vertically */
    justify-content: center;
    align-items: center;
   
}

.label1 {
    margin: 10px 0; /* Space between labels */
    font-size: 16px;
}

.button1 {
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
}
