* {
  transition: all 0.3s ease !important;
}

body {
  background: #f0f0f0;
}

header {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 2em;
  display: flex;
  padding-right: 6em;
  padding-left: 6em;
}

header ul {
  list-style: none;
  flex-direction: row;
  display: flex;
  gap: 10px;
  margin: unset;
  font-size: 2rem;
}

.home-hero h1 {
  text-transform: uppercase;
  text-align: center;
  font-size: calc(1.5 * var(--h1));
  font-weight: 900;
  font-family: arial;
  color: #262626;
}

.home-hero .container {
  align-items: center;
}

.home-hero {
  background-image: url('https://neorw.com/wp-content/uploads/2025/10/ozadje-hero-v2.svg');
  height: 120vh;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}

.home-hero p {
  font-family: sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.home-hero a {
  font-family: sans-serif;
  color: #f0f0f0;
  background: #262626;
  padding: 0.5em;
  text-decoration: none;
  font-size: 2rem;
  border-radius: 0.5em;
  border-style: solid;
  border-width: 1px;
}

.home-hero a:hover {
  background-color: #f0f0f0;
  color: #262626;
  border-style: solid;
  border-width: 1px;
}

