.top-container {
  width: 1024px;
  height: 80px; 
  padding-bottom: 20px;
  background-image: url('/brain.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no;
  border-style: solid;
}

.title {
  font-size: 30px;
  font-family:'Cambria, Cochin, Georgia, Times, 'Times New Roman', serif';
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 20px;
  color: black;
}