.cabecalho{
  display: flex;
  justify-content: space-between;
  margin-bottom: 0px;
  margin-block-start: 0px;
}
.tituloCabecalho{
  margin-block-start: 10px;
  margin-block-end: 5px;
}
.logoCabecalho{
  display: flex;
  align-items: center;
  gap: 3rem;
  margin-right: 30px;
}
hr{
  background-color: black; 
  height: 1px;
  border: 0; 
  margin: 0"
}
.titulos{
  text-align: center;
}
body {
  background-color: #dfedef;
  font-family: "Open Sans", sans-serif;
}
header {
  text-align: center;
  font-family: "Open Sans", sans-serif;
  color: rgb(0, 0, 0);
}
.bloco {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1rem 1rem 1rem;
  width: 600px;
  margin: auto;
  box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px,
    rgba(6, 24, 44, 0.65) 0px 4px 6px -1px,
    rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
  background-color: #f9f9f9;
}
.dica {
  display: flex;
  margin: auto;
}
.inputs {
  width: 200px;
  border-radius: 5px;
}
.valores {
  display: flex;
  width: 70%;
  justify-content: space-between;
}
.buttons {
  display: flex;
  justify-content: space-evenly;
  gap: 3rem;
}
button {
  align-items: center;
  width: 100px;
  height: 40px;
  font-weight: bold;
  border-radius: 10px;
  cursor: pointer;
}
button:hover {
  background-color: grey;
}
.imgFormulas {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
}
#img {
  width: 500px;
  box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px,
    rgba(6, 24, 44, 0.65) 0px 4px 6px -1px,
    rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
}

#logoSenai{
  width: 100px;
  height: 30px;
}