﻿body {
}

.custom-container {
    border: 1px solid #000; /* Add a border */
    border-radius: 1rem; /* Rounded corners */
    color: #fff; /* White text color for better readability */
}

.custom-text {
    color: #c0c0c0;
}

.custom-color {
    color: #3949AB;
}

.custom-text-section {
    font-size: 2em;  
}

/*.gray-underline {
    border: none;
    border-bottom: 2px solid gray;
    background-color: transparent;
    outline: none;
    color: white;*/ /* Adjust this color based on your form's background */
/*}

    .gray-underline::placeholder {
        color: gray;
    }*/
