h2, h3 {
  font-family: "Changa", Times, serif;
}

.header {
  font-family: "Changa", Times, serif;
  text-align: center;
  padding: 20px;
  font-size: 40px;
}
.disabled {

  pointer-events: none;
  cursor: default;

}

.active {
  background-color: green;
  border-radius: 25px;
}

.topnav {
  background-color: #111;
  border-radius: 25px;
  text-align: center;
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1000;
}

#headerBidra    {
  text-align: center;
  margin-bottom: 70px;
  font-family: 'Changa';
}

.matDiv{
  font-family: "Changa";
  padding: 15px;
}

.vegetarisk {
  font-weight: bold;
  padding: 5px;
  border-radius: 5px;
  display: inline-block;
}

.kott {
  font-weight: bold;
  padding: 5px; 
  border-radius: 5px; 
  display: inline-block; 
}


.intro  {
  text-align: center;
}

.instruktioner h2{
  text-align: center;
  margin-top: 40px;
}

.instruktioner  ol{
  background-color: rgb(225, 229, 232);
  padding: 40px;
  font-family: 'Changa';

}


.instruktioner a{
  color: black;

}

body {
  background-color: #FAFCF9;
  margin: 0;
  padding-top: 60px;
}

p, #favorites {
  font-family: "Changa", sans-serif;
}

a {
  color: black;
  border-radius: 25px;
}

.topnav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
}

.topnav li {
  display: inline-block;
  float: left;
  width: 25%;
}

.topnav li a {
  display: block;
  color: white;
  font-weight: bold;
  text-align: center;
  padding: 14px 16px;
  font-family: 'Changa', sans-serif;
  text-decoration: none;
  width: 100%;
}

.contactH2 {
  font-family: "Changa", sans-serif;
  text-align: center;
}

#contact {
  font-size: 35px;
  text-align: center;
  display: block;
  color: black;
  font-family: "Changa", sans-serif;
  font-weight: bold;
}

#contact:link {
  text-decoration: none;
}

.trustpilot-widget a {
  color: #FAFCF9;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999; 
}

.sticky li {
  border-top-left-radius: 20;
  border-bottom-left-radius: 20;
  border-top-right-radius: 0;
}

.games-container {
  display: flex;
  justify-content: space-between;
  margin: 20px;
}

.left-games, .right-games {
  display: flex;
  flex-direction: column;
}

.right-games {
  align-items: flex-end;
}
p{
  font-family: "Changa", sans-serif;
}