#projects-root {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

section {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

iframe {
  padding: 10px;
  align-self: center;
  width: 70%;
  height: 500px;
}

.badge-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.badge {
  display: inline-block;
  overflow: hidden;
  border-radius: 13px;
  width: 160px;
  height: auto;
}

.badge img {
  width: 100%;
  height: 100%;
}

#android-badge {
  width: 200px;
}
