body {
    background-color: #f7f7f7;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    background-image: url("https://infotechorlando.com/conversion_apps/currency_conversion/color-currency.png");
    background-repeat: repeat;
}

.select2-container {
    width: 100% !important;
}

.select2-container .select2-selection--single {
    height: 35px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 5px !important;
}

#converter {
    max-width: 600px;
    margin: 2em auto;
    background-color: #fff;
    padding: 1.5em;
    padding-top: .25em;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

h1 {
    font-size: 1.5em;
    text-align: center;
    color: #333;
    margin-bottom: .20em;
}

#h3-converted {margin-top: .24em;
    color: #4169E1;
}

#exchange-form {
    text-align: center;
    margin-top: 1em;
}

#exchange-form label {
    display: inline-block;
    margin-right: 0.5em;
}

#exchange-form input {
    width: 6em;
    text-align: center;
    padding: .5em;
    border-radius: 5px;
}

#exchange-form select {
    width: 100%; /* Ensuring the select boxes take full width */
    margin: 0.5em 0; /* Adding some vertical margin */
}

#submit-button {
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    padding: .5em;
    border-radius: 5px;
    margin: .5em;
    cursor: pointer;
    color: #000000;
}

#swap-button {
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    padding: .5em;
    border-radius: 5px;
    margin: .5em;
    cursor: pointer;
}

#exchange-rate {
    font-size: 1.5em;
    text-align: center;
    margin-top: 1em;
}

#education-section {
    margin-top: 2em;
    padding: 1em;
    background-color: #e0e0e0;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    
}

#reset-button {
    display: block;
    margin: 1em auto;
    padding: .5em 1em;
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
}

#error-message {
    color: red;
    text-align: center;
    margin-top: 1em;
}

.select2-container {
    width: 100% !important;
}


.small-text {
    font-size: 0.8em; 
}

.bold-text {
    font-weight: bold;
}
