.button1  {
  content: "Profile";
  background-color: white;
  border: 2px solid #555555;
  color: white;
  padding: 15px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-flex;
  align-items: center;      
  justify-content: flex-end;  
  height: 20px;            
  font-size: 16px;
  cursor: pointer;
  border-radius: 8px;
  margin-right: 10px; 
  vertical-align: middle; 
  }
.bg-image-button {
  width: 120px;
  height: 40px;
  background-image: url('ProfileImage.jpg');
  background-size: contain;   
  background-repeat: no-repeat;
  background-position: center;
  border: none;
}
button {
  display: inline-flex;
  align-items: center;    
  justify-content: center;  
  height: 50px;             
}
.button-container {
  display: flex; 
  justify-content: space-evenly; 
  width: 100%;                 
}
.image-container2 {
  display: inline-flex;                 
  justify-content: space-evenly;  
  align-items: center;            
  width: 73%;                   
}
.sidenav {
  height: 100%; 
  width: 300px;
  position: fixed; 
  z-index: 1; 
  top: 0; 
  left: 0;
  background-color: #d3d3d3; 
  overflow-x: hidden; 
  padding-top: 20px;
}
.sidenav a {
  padding: 12px 8px 6px 16px;
  text-decoration: none;
  font-size: 25px;
  color: #000000;
  display: block;
}
.sidenav a:hover {
  color: #000000;
}
.main {
  margin-left: 300px;
  padding: 0px 60px;
}
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
.box-container {
  display: flex;            
  justify-content: flex-end;   
  gap: 50px;                
}
.box {
  width: 500px;
  height: 150px;
  background-color: white;
  font-size: 16px;
}
.box-container2 {
  display: flex;            
  justify-content: flex-end;   
  gap: 60px;                 
}
.box2 {
  width: 1060px;
  height: 200px;
  background-color: white;
}
.box-container3 {
  display: flex;            
  justify-content: flex-end;  
  gap: 60px;                 
}
.box3 {
  width: 1060px;
  height: 200px;
  background-color: white;
}