
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #674790;
}


header {
  float: right;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  background-color: #e30b07;
}


nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: none;
}

nav ul li {
  margin-right: 20px;
}

nav ul li a {
  text-decoration: none;
  color: #e9a513;
  font-weight: bold;
  transition: color 0.3s ease;
}

nav ul li a:hover {
  color: #007bff;
}


main {
  text-align: center; 
  padding: 20px;
  
  
}
 h1 {
  color: #4d07e3;font-size: xx-large;
  font-family: "Fugaz One", sans-serif;
  font-weight: 400;
  font-style: normal;

 }
h2 {
    color: #ef0d0d;
    font-family: "Oleo Script Swash Caps", system-ui;
    font-weight: 400;
    font-style: normal;
  
}

h3 {
   color: #e9a513;
   font-family: "Comic Neue", cursive;
   font-weight: 400;
   font-style: normal;
   margin-bottom: -15px;
   
}
img {
  max-width: 50%;
  height: auto;
}


video {

  max-width: 100%;
  height: auto;
   
}

Kontakt {





}

footer {

  text-align: center;
  padding: 3px;
  background-color: rgb(26, 156, 156);
  color: rgb(11, 10, 10);
  font-size: x-large;
  font-family: 'Times New Roman', Times, serif;
}