/*
Theme Name: melaniegeyertheme
Author: Melanie Geyer
Author URI: melaniegeyer.de
Version: 1.0
Text Domain: melaniegeyertheme
Tags:
*/
* {
  font-size: 20px;
  color: #343a40;
}
html {
  color: #9381FF;
  margin: 0;
  padding: 0;
}
.container {
  color: #9381FF;
  padding: 20vh 0 20vh 0;
}
.menu-importance {
  color: #343a40;
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #343a40;
}
.set-zero {
  margin: 0;
  padding: 0;
}
.menu {
  display: flex;
  flex-direction: row;
  gap: 25px;
  color: #343a40 !important;
  list-style-type: none !important;
  margin: 0 !important;
  padding: 0 !important;
  justify-content: flex-end;
}
.menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-decoration: none;
}
.menu ul li {
  padding: 10px 15px;
  background-color: #B8B8FF;
}
.menu li:hover {
  background-color: #343a40;
}
.menu li:hover a {
  color: #F8F7FF;
}
.menu li {
  padding: 10px 15px;
}
.navbar {
  justify-content: flex-end;
}
h1 {
  font-size: 100px;
}
