
  body {
    color:silver;background-color:green;
    font-family: sans-serif;
    margin: 50px;
    text-align: center;
    position: relative;




  }
  header {
    color:silver;
    font-family: 'Rubik Beastly', sans-serif;
    font-size: 100px;

  }
a {
    color:silver;
    text-decoration: none;
    margin: 1px;

}
a:hover{
  color: black;

}

ul {
  list-style-type: none;
  padding-left: 0;


}

.kolom {
  width: 200px;
  float: left;
  text-align: center;
}


.image {
  max-width: 100%;
  max-height: 80vh; /* Adjust this value to control the maximum height of the image */
  width: auto;
  height: auto;
  position: relative;
  z-index: 0;
  margin: 0 auto; /* Center the image horizontally */
}

.home-icon {
   color: silver; /* Set the color to black for the home icon */
   text-decoration: none;
   font-size: 24px; /* Adjust the font size as needed */
   margin-right: 10px; /* Add some spacing between icons */
   filter: grayscale(100%); /* Desaturate the color to make it monochromatic */
 }

.arrow {
        color: silver; /* Set the color to black for the home icon */
        text-decoration: none;
        font-size: 24px; /* Adjust the font size as needed */
        margin-right: 10px; /* Add some spacing between icons */
}

footer {
clear: both;
  text-align: left;
  margin: 10px;
  font-size: smaller;


}

.language-container {
    text-align: right; /* Align the container to the right */
    margin-right: 20px; /* Adjust margin for spacing */
}

/* Style the select dropdown */
#languageDropdown {
    padding: 5px; /* Adjust padding for better appearance */
    font-size: 14px; /* Adjust font size */
}
