.logoClient{
    max-width: 200px;
  }

.logoIdea{
max-width: 70px;

}

.body {
  background-image: url('../imgs/bg.jpg');
  background-color: #630000; /* Used if the image is unavailable */
  height: 500px; /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}