body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background: linear-gradient(to bottom right, #f9e79f, #e67e22);
  text-align: center;
  margin: 0;
  padding: 0;
}

header {
  background-color: #e67e22;
  padding: 20px;
  color: white;
  font-size: 32px;
}

.logo {
  max-width: 100px;
  margin-bottom: 10px;
}

main {
  padding: 20px;
}

.asdtagsgas {
  display: inline-block;
  padding: 15px 30px;
  font-size: 18px;
  text-decoration: none;
  color: white;
  background: linear-gradient(to bottom right, #e67e22, #d35400);
  border-radius: 5px;
  margin: 10px;
  transition: background 0.3s ease;
}

.primary {
  background: linear-gradient(to bottom right, #d35400, #a04000);
}

.button:hover {
  background: linear-gradient(to bottom right, #f39c12, #e67e22);
}

.button:active {
  transform: translateY(2px);
}
