
* {
    /* font-family: "Lucida Console", "Courier New", monospace; */
    font-family: Arial, sans-serif;
    
  }

body {
    /* font-family: Arial, sans-serif; */
    /* display: flex; */
    /* justify-content: center;
    align-items: center; */
    /* height: 100vh; */
    background-color: #f4f4f4;
    /* margin: 0; */
}


.container {
    background: lightgray;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.converter {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.converter input {
    margin: 0 5px;
    padding: 5px;
}

#results {
    margin-top: 10px;
    font-size: 1.2em;
    text-align: left;
}

#stateresults {
    margin-top: 10px;
    font-size: 1.2em;
    color:#007bff;
    text-align: center;
}

h2 {
    margin-top: 20px;
    font-size: 1.5em;
    color: #333;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

th, td {
    padding: 10px;
    border: 1px solid #ddd;
    text-align: left;
}

th {
    background-color: #f4f4f4;
}

footer {
    position: fixed;
        bottom: 0;
        width: 100%;
        background-color: #f8f9fa;
        text-align: center;
        padding: 10px 0;
        border-top: 1px solid #e9ecef;
}

footer p {
    margin: 0;
}

footer a {
    color: #007bff;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}
