body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background: #f4f4f9;
  color: #333;
}

header {
  background: #2d3e50;
  color: white;
  padding: 2rem;
  text-align: center;
}

h1 {
  margin: 0;
}

#software-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1rem;
  padding: 2rem;
}

.software-card {
  background: white;
  border-radius: 8px;
  padding: 1.5rem;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  transition: transform 0.2s ease-in-out;
}

.software-card h2 {
  margin-top: 0;
}

.software-card a {
  display: inline-block;
  margin-top: 0.5rem;
  text-decoration: none;
  color: #adaeaf;
  font-weight: bold;
}

.software-card a:hover {
  text-decoration: underline;
}

code {
  display:flex;
  padding: 1em;
  background-color: #eee;
  border-radius: 1em;
}
.copy-btn {
  color: white;
  border: none;
  cursor: pointer;
  justify-self: flex-end;
  margin-top: auto;
}

.copy-img{
  color: white;
  height: 14px;
}

.title-icon {
  height:50px;
  width:auto;
}

.title {
  height: 50px;             
  display: flex;
  align-items: center;
  -justify-content: center;
  margin: 0;
}