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