.download-btn2 {
  		display: inline-block;
		margin-right: 50px;
  		padding: 12px 24px;
  		background-color: #00ff00; /* Цвет кнопки */
  		color: #000000; /* Цвет текста */
  		text-decoration: none;
  		border-radius: 6px;
  		font-weight: bold;
  		transition: background 0.3s ease;
		} 
.download-btn2:hover {
  		background-color: #ff0000; /* Цвет кнопки при наведении */
		color: #ffffff; /* Цвет текста */
}