/* Seite mit Downloads */

/* Allgemeine Stile */
.android,
.windows {
  margin: 0 auto;
  max-width: 800px;
  padding: 20px;
}

h1,
h2 {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
}

p {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #666;
}

ul {
  list-style: none;
  padding: 0;
}

/* Stile für Android-Sektion */
.android {
  background-color: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.android h1 {
  text-align: center;
  color: #333;
  font-size: 36px;
  margin-bottom: 20px;
}

.stromkostenrechner {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.stromkostenrechner h2 {
  font-size: 24px;
  color: #333;
}

.stromkostenrechner p {
  color: #555;
}

.stromkostenrechner ul {
  text-align: center;
  margin-bottom: 20px;
}

.stromkostenrechner img {
  border-radius: 6px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
}

.googleplay {
  width: 200px;
}

/* Stile für Windows-Sektion */
.windows {
  background-color: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 100px
}

.windows h1 {
  text-align: center;
  color: #333;
  font-size: 36px;
  margin-bottom: 20px;
}

.fingerprint {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.fingerprint h2 {
  font-size: 24px;
  color: #333;
}

.fingerprint p {
  color: #555;
}

.fingerprint ul {
  text-align: center;
  margin-bottom: 20px;
}

.fingerprint img {
  width: 230px;
  border-radius: 6px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
}