body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.navbar-armes {
  background-color: #fcb415;
}

.hero {
  background-image: url("assets/arkaplan2.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  min-height: 100vh; 
}

.catalog-btn {
  background-color: #b21f24 !important;
  color: #fff !important;
}

.social-icon {
  display: flex;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #fcb415;
  font-size: 20px;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.social-icon-mobil {
  display: flex;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fcb415;
  font-size: 20px;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}


