.form-container {
    border: 1px solid #ddd;
    border-radius: 10px;
}

input, select, textarea {
    border-radius: 5px;
}

button {
    font-weight: bold;
}

@media (max-width: 768px) {
    .form-container {
        padding: 20px;
    }
}

h2 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 50px;
}
h2 span{
    color: #efcd0e;
    font-size: 70px;
}
.bi{
    color: #0918ee;
    font-size: 25px;
}

strong {
    color: #000000;
    margin-left: 10px;
}
