a:hover {
  cursor: pointer;
}
.container {
  width: flex;
  height: 60px;
  background-color: rgba(255, 0, 0, 0);
  display: flex;
  justify-content: center;
  align-items: center;

}
.text-center {
  text-align: center; 

}
.long {
  width: 100%;
  height: 60px;
  background-color: rgba(255, 0, 0, 0);
  display: flex;
  justify-content: auto;
  align-items: center;
}
.title {
  width: 100%;
  height: 105px;
  background-image: url('assets/add.png') ;
  display: flex;
  color:white;
  align-items: center;
  justify-content: left;
}
.no-right-click {
  pointer-events: none;
  user-select: none;
}
button {
  border: 1px solid #21a700; 
  padding: 25px 16px; 
  border-radius: 25px;
  background-color: #ffffff; 
  color: #000000; 
  font-size: 28px; 
  width: 932px; 
  height:80px; 
  text-align: left;
}
button:hover {
  cursor: pointer;
}