body{
    font-family: Arial, sans-serif;
}

.texto{
    display: flex;
    margin: 0px 400px 0px 400px;
}

#titulo{
    background-color: rgb(207, 162, 13);
    margin: 0px 400px 0px 400px;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}


.input-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

#teste3{
    margin-top: -15px;
    padding-left: 150px;
}
.asd{
    margin-left: -100px;
}