@import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@200..900&family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap');
body {
  background-color: black;
  color: white;
}

h1 {
  color: darkgray;
}

h1, h2, p, li {
  font-family: Inconsolata;
}

nav {
  margin: 1em auto 3em auto;
  width: min(1000px, 100%);
}

nav ul {
  display: flex;
  align-items: center;
  list-style-type: none;
  gap: 2em;
}

nav li:first-child {
  margin-right: -5%;
  margin-bottom: 20%;
  font-family: Inconsolata;
}

:root{
    --background_image: url("https://wallpapercave.com/wp/wp8910292.jpg") ;
}

body {
  background-image: url('https://wallpapercave.com/wp/wp8910292.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

img {
  width: 10%;
  height: 10%;
}

.flex-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: 200px;
}

#play{
  cursor: pointer;
}

a:link {
  color: whitesmoke;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: gainsboro;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: pink;
  background-color: transparent;
  text-decoration: underline;
}

#logo{
  width: 500px;
  height: 198px;
  margin-left: 35%;
  cursor: pointer;
}

.textforhple {
  margin-bottom: 10%;
  margin-left: -55px;
  text-align: center;
}

.selection {
  margin-left: 730px;
}

#logoold{
  width: 384px;
  height: 384px;
  margin-left: 38%;
  cursor: pointer;
}

.textforhpr {
  margin-bottom: 10%;
  margin-left: -55px;
  text-align: center;
}

#logoolder{
  width: 384px;
  height: 200px;
  margin-left: 38%;
  cursor: pointer;
}

.textforhp {
  margin-bottom: 10%;
  margin-left: -55px;
  text-align: center;
}

.first {
  margin-bottom: 10%;
  margin-left: -55px;
  text-align: center;
}

.littlelapp {
  margin-left: 850px;
}

.second {
  margin-bottom: 10%;
  margin-left: -55px;
  text-align: center;
}

.mainmenu {
  margin-top: 400px;
  margin-left: 35%;
}

.buttonslang {
  display: flex;
  align-items: center;
  list-style-type: none;
  gap: 100px;
  margin-top: 0px;
  margin-left: 42%;
  font-size: 32px;
  font-family: Inconsolata;
}

a {
  font-family: Inconsolata;
}