#customers {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#customers td, #customers th {
  border: 1px solid rgba(206, 23, 0, 0.4);
  padding: 8px;
}

#customers tr:nth-child(even){background-color: rgba(206, 23, 0, 0.2);}

#customers tr:hover {background-color: rgba(206, 23, 0, 0.2);}

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #04AA6D;
  color: white;
}	
	
table.Artist_overview {
  font-family: Verdana, Geneva, sans-serif;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
table.Artist_overview td, table.Artist_overview th {
  border: 1px solid #000000;
  padding: 5px 5px;
}
table.Artist_overview tbody td {
  font-size: 15px;
  font-weight: bold;
}

table.Artist_overview thead th {
  font-size: 15px;
  font-weight: bold;
  color: #000000;
  text-align: center;
  border-left: 2px solid #333333;
}
table.Artist_overview thead th:first-child {
  border-left: none;
}

table.Artist_overview tfoot td {
  font-size: 14px;
}

body {
  background-color: rgba(206, 23, 0, 0.2);
}
img {
  border: 1px solid #000;
  border-radius: 10px;
  padding: 2px;
  width: 100px;
}
img.amazon {
  
  padding: 2px;
  width: 100px;
}

img.header {
  border: 1px solid #000;
  border-radius: 2px;
  padding: 2px;
width: 100%;

}


img.error {
  border: 1px solid #000;
  border-radius: 2px;
  padding: 2px;
width: 100%;
}

 /* Formular-Styling */
        form {
            max-width: 500px;
            margin: 0 auto;
            padding: 20px;
            background-color: #f2f2f2;
            border-radius: 5px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        label {
            display: block;
            margin-bottom: 9px;
            font-weight: bold;
            font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
        }
        
        select {
            width: 100%;
            padding: 8px;
            border-radius: 5px;
            border: 1px solid #ccc;
        }
        
        input[type="submit"] {
            padding: 10px;
            background-color: #4CAF50;
            color: #fff;
            border: none;
            border-radius: 5px;
            cursor: pointer;
        }
        
        /* Überschrift-Styling */
        h1 {
            text-align: center;
            margin-bottom: 20px;
        }
