body {
  margin: 0;
  font-family: Arial, sans-serif;
  background-color: #111;
  color: #fff;
  text-align: center;
}

header {
  background: #262626;
  padding: 1em 0;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
}

nav {
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-left,
.nav-right {
  display: flex;
  gap: 1em;
}

.nav-left {
  margin-right: 1em;
}

.nav-right {
  margin-left: 1em;
}

nav a {
  color: #fff;
  text-decoration: none;
  padding: 0 0.5em;
}

.h1 {
  font-size: 50px;
}

nav .logo img {
  max-height: 80px;
  margin: 0 1em;
}

.second-nav {
  background: #262626;
  padding: 0.5em 0;
}

.center-logo-text {
  font-weight: bold;
  font-size: 1.5em;
  text-align: center;
  width: 100%;
}

.about-content {
  display: flex;
  align-items: center;
}

.about-image {
  width: 120px;
  height: auto;
}

.block {
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-content {
  display: flex;
  align-items: center;
}

.about-image {
  width: 150px;
  height: auto;
  margin-right: 20px;
}

.about-text {
  flex: 1;
}

.about-text h2,
.about-text p {
  margin: 0;
}

#banner {
  background: url('Animation_FULL_NOBLIND_SHORT.gif') no-repeat center center/contain;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

#banner .overlay {
  padding: 2em;
  text-align: center;
  font-size: 30px;
  color: #fff;
}

.content-section {
  padding: 1.5em 1em;
  max-width: 1200px;
  margin: 0 auto;
}


.product {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2em;
  flex-wrap: wrap;
}

.product img {
  max-width: 150px;
  margin-right: 2em;
}

.product div {
  text-align: left;
}

.product button {
  background: #e74c3c;
  color: #fff;
  border: none;
  padding: 0.5em 1em;
  cursor: pointer;
  font-size: 1em;
}

.contact-box {
  background: #222;
  padding: 2em;
  border-radius: 10px;
  display: inline-block;
}

form label {
  display: block;
  margin-top: 1em;
}

.form input,
.form textarea {
  width: 50px;
  padding: 0.5em;
  margin-top: 0.5em;
}

.box {
  width: 50%;
  margin: 0 auto;

}

h2 {
  font-size: 50px;
}

.form .textarea {
  width: 50px;
}

button {
    background-color: #111111;
    font-size: 16px; 
    padding: 10px; 
    border-radius: 4px; 
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;

    font-family: Arial;
    font-weight: bold;
    color: white;
}

.centered-button {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
