em {
    color: rgb(121, 120, 111);
    font-weight: bold;
}

fieldset{
    width: 380px;
    margin: 15px auto;
    border: 3px double rgb(78, 75, 75);
    padding: 15px;
    border-radius: 20px;
}

legend{
 font-size: 20px;
 color: rgb(78, 75, 75);
 text-shadow: 1px 1px 1px rgb(78, 75, 75);   
}

label{
    width: 150px;
    display: inline-block;
    border-bottom: none;
}


input[type] :focus{
    background-color: rgb(92, 93, 94);
    
}
input[type="reset"], input[type="submit"] {
    font-size: 18px;
    padding: 10px;
    font-family: 'Courier New', Courier, monospace;
    border-radius: 20px;
}
input[type="reset"]:hover{
    background-color: azure;
}
input[type="submit"]:hover{
    background-color: azure;
    padding: 10px;
}

.przyciski{
    width: 250px;
    margin: auto;
}


