* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, sans-serif;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

fieldset {
    display: flex;
    flex-direction: row;
    margin: 10px;
    padding: 10px;
}

.endereço, .telefone {
    display: block;
    margin: 5px;
    padding: 15px;
}

label {
    display: inline-block;
    width: 60px;
    margin-bottom: 10px;
}

input {
    width: 150px;
    margin-bottom: 10px;
}