body{ margin: 0;
  padding: 0;
  font-family: 'Arial', sans-serif;
  background-color: white;
}
#bar{ 
  
  display: inline-block;
  width: 20%;
  padding-top: 50px;
  padding-left: 50px;
  height: 100px

}
#logo{
  display: inline-block;
  margin-left: 20px;
  margin-bottom: 100px;
}
#links a{ 
  margin-left: 20px;
  margin-right: 50px;
  text-decoration: none;
  font-weight: 850px;
  color: #000000;

}
#links a:hover {
 border-left: 5px solid #f7b733;
 color: #f7b733;
}
.button1 {
  background-color:#000000;
  color: white;
  border: none;
  border-radius: 50px;
  padding: 20px 40px;
  margin-bottom: 40px;
  font-size: 16px;
  transition: 1s;
}

.button1:hover {
  background-color: #f7b733;
}
.button2 {
  background-color:#000000;
  color: white;
  border: none;
  border-radius: 50px;
  padding: 20px 50px;
  margin-bottom: 40px;
  font-size: 16px;
  transition: 1s;
  
}

.button2:hover {
  background-color: #f7b733;
}