body {
background: black;
}
h1 {
  color: white;
  font-size: 4pc;
  display: flex;
  justify-content: center;
}
.language {
  background: red;
  color: white;
  border-radius: 20px;
  width: 300px;
  height: 50px;
}
.language:hover {
  background: white;
  color: red;
}
summary {
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}
nav{
    padding: 20px;
    background: black;
    
}
a{
    text-decoration: none;
    color: bisque;
    background: black;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom:10px;
    padding-top: 10px;
}
.stick{
    position: sticky;
        top: 0;
}
A:hover{
    color: black;
    background: white;
}
.language-options {
  margin-top: 10px;
}
.hidden {
  display: none;
}

.options {
  margin-top: 10px;
}

.lan{
  color: white;
  background:red;
  width: 200px;
  height: 100px;;
}
.lan:hover{
  color: red;
  background: white;
}