body {
  margin: 0;
  background-color: rgb(17, 17, 17);
  color: white;
  font-family: monospace;
  scroll-behavior: smooth;
}

.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  height: 50px;
  background-color: rgba(17, 17, 17, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  opacity: 1;
  transition: opacity 0.3s ease;
  z-index: 10;
  backdrop-filter: blur(3px);
  border-bottom: 1px;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-color: rgb(95, 95, 95);
  border-style: solid;
}


iframe {
    border-radius: 25px;
}

.software-section {
  padding: 80px 20px;
  text-align: center;
  background-color: rgb(24, 24, 24);
}

.software-list {
  margin-top: 2em;
  display: flex;
  flex-direction: column;
  gap: 2em;
  width: 80%;
  max-width: 800px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5em 2em;
  background-color: rgb(17, 17, 17);
  text-align: center;
  color: white;
}

.contact h2 {
  font-size: xx-large;
  color: rgb(255, 60, 60);
  margin-bottom: 1em;
}

.contact p {
  margin-bottom: 0.5em;
  font-size: large;
}

.contact ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact ul li {
  margin: 0.5em 0;
}

.contact ul li a {
  color: rgb(255, 60, 60);
  text-decoration: none;
}

.contact ul li a:hover {
  text-decoration: underline;
}


.software-item h3 {
  margin-bottom: 0.3em;
}

.software-item ul {
  margin: 0.5em 0 0 1.5em;
  list-style: none;
  padding: 0;
}

.software-item ul li {
  margin-bottom: 0.3em;
}

#switcher-software {
  color: rgb(255, 60, 60);
  font-size: xx-large;
}



.navbar.visible {
  opacity: 1;
}

.hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  text-align: center;
}

.headline {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 0.5em;
  font-size: xx-large;
}

#switcher {
  color: rgb(255, 60, 60);
  font-size: xx-large;
}

.hero small {
  margin-top: 1em;
  font-size: large;
}

.waitlist {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: rgb(24, 24, 24);
  text-align: center;
}

input {
  margin-top: 1em;
  padding: 0.5em;
  border: 1px solid rgb(60, 60, 60);
  background-color: rgb(17, 17, 17);
  color: white;
  width: 250px;
  text-align: center;
}

button {
  margin-top: 0.5em;
  padding: 0.5em 1em;
  background-color: rgb(255, 60, 60);
  border: none;
  color: white;
  cursor: pointer;
  font-family: inherit;
}

button:hover {
  background-color: rgb(200, 40, 40);
}
