h1 {
    color: rgb(44, 62, 80);
    font-size: 34px;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

p {
    color: rgb(71, 85, 105);
    font-size: 15px;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    margin-top: 0;
    margin-bottom: 20px;
}

fieldset {
    border: 2px solid rgb(100, 125, 145);
    border-radius: 16px;
    width: 85%;
    padding: 10px 20px 35px;
    background-color: rgb(238, 244, 248);
}

legend {
    background-color: rgb(100, 125, 145);
    color: white;
    padding: 12px 24px;
    border-radius: 25px;
    font-weight: bold;
    font-size: 24px;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    line-height: 1.4; /* Добавили межстрочный интервал */
}

label {
    color: rgb(44, 62, 80);
    font-size: 22px;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    display: block;
    margin-bottom: 8px;
    margin-top: 15px;
}

input {
    font-size: 20px;
    border-radius: 5px;
    padding: 12px 10px;
    border: 1px solid rgb(100, 125, 145);
}

button {
    background-color: rgb(100, 125, 145);
    color: white;
    font-size: 18px;
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    margin-top: 20px;
    width: 100%;
    cursor: pointer;
}
