body
{
    margin-left:40%;
    align-content: center;
}
fieldset{
    width: 500px;
    background-color: whitesmoke;
    border: 1px solid black;
    border-radius: 5px;
}

input[type=file].file-input{
    background-color: blue;
    color: white;
}

input[type=checkbox], input[type=radio]{
    width: 17px;
    height: 17px;
}
textarea{
    background-color: lightgray;
    border: 1px solid black;
    border-radius: 5px;
}

label{
    font-size: 17px;
    font-weight: bold;
}
