Um espaço em branco ocupando o formulário

Boa tarde, consegui criar um projeto, mas tem um espaço em branco em baixo do formulário cliente e não consigo tirar, como se tira esse espaço ?

códigos por favor, necessito de códigos

Cliente
<body>

<h1 style="text-align: center;"> Cliente </h1>
        <fieldset style="margin: 1px;" >
            <legend>Dados Pessoais</legend>
        <form id="form_01" action="" method="">
            <label>Nome:</label> <input type="text" placeholder="Nome"  maxlenght="10"> /><br/>
            <label>Data de Nascimento:</label> <input type="date" placeholder="Data de Nascimento"><br/>
            <label>CPF:</label> <input type="number" placeholder="CPF" maxlength="11"> /><br/>
            <label>Você é maior de Idade?</label> <br/>
            <input type="radio" name="radio" value="1">Sim
            <input type="radio" name="radio" value="2">Não <br/>
            <label>Sexo</label> <br/>
            <input type="radio" name="radio" value="1">Masculino
            <input type="radio" name="radio" value="2">Feminino <br/>
            <label>Você gosta de:</label> <br/>
            <input class="check" type="checkbox" name="radio" value="1">Cinema
            <input type="checkbox" name="radio" value="2">Futebol
            <input type="checkbox" name="radio" value="3">Escola
            <input type="checkbox" name="radio" value="4">JAVA
            <input type="checkbox" name="radio" value="5">Nada <br/>
            <label>Conhecimento:</label> <br/>
            <select>
                <option name="option" value="1" >Matematica </option>
                <option name="option" value="2" >Fisica </option>
                <option name="option" value="3" >Historia </option>
                <option name="option" value="4" >Português </option>
            </select> <br/>
            <label style="text-decoration: underline">Observações </label> <br/>
            <textarea name="obs" id="obs" cols="40" rows="5" wrap="hard" maxlenght="" ></textarea>
            <hr>&NonBreakingSpace;
            <button type="submit" style="font-family: Lato,sans-serif !important;
            font-size: 14px !important;
            font-weight: 700;
            padding: 0 16px !important;
            height: 48px;
            color: #fff;
            background-color: #0f6bc9;
            text-transform: uppercase;
            border-width: 4;
            border-radius: 50px;
            transition: all .15s case-in-out;" > Salvar </button>

            <button type="reset" style="font-family: Lato,sans-serif !important;
            font-size: 14px !important;
            font-weight: 700;
            padding: 0 16px !important;
            height: 48px;
            color: #fff;
            background-color: #0f6bc9;
            text-transform: uppercase;
            border-width: 4;
            border-radius: 50px;
            transition: all .15s case-in-out;" > Limpar </button>
        </form>


</body>
<!DOCTYPE html>
<html lang="pt" xmlns="http://www.w3.org/1999/html">
<head>
    <meta charset="UTF-8">
    <title> iFrames </title>
</head>
<iFrame width="853" height="480"
    src="0"
    frameborder="0"
    allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" all
</iframe>
</html>

Já consegui resolver , rlx.