#div-azul {
    width: 200px;
    height: 200px;
    background-color: blue;
    margin-top: 20px;
}
form {
    display: flex;
    gap: 10px;
    align-items: center;
}
input {
    width: 80px;
}
button {
    padding: 5px 10px;
}