.sc-form {
max-width: 400px;
margin: auto;
padding: 20px;
border: 1px solid #ccc;
border-radius: 5px;
}

.sc-form label {
display: flex;
margin-bottom: 5px;
}

.sc-form input, .sc-form select, .sc-form button {
width: auto;
padding: 10px;
margin-bottom: 10px;
border: 1px solid #ccc;
border-radius: 5px;
}

.sc-form button {
background-color: #ed2d2d;
color: #fff;
border: none;
cursor: pointer;
}

.sc-form button:hover {
background-color: ; #005177;
}

#sc-result {
margin-top: 20px;
font-weight: bold;
}