html {
  background-color: black;
  font-size: 20px;
}

header {
  background-color: black;
  display: flex;
  justify-content: center;
}

#Logo {
  max-width: 100%;
  min-width: 300px;
  height: auto;
}

#mustard:hover {
  width: 500px;
}

.main {
  background-color: lightgrey;
}

p {
  color: black;
}

.out_of_main {
  color: white;
}

.info {
  text-align: center;
  font-size: 40px;
  color: cyan;
}

#or {
  color: white;
  text-align: center;
  font-size: 50px;
}

#tableSec {
  background-color: grey;
}

#backhome {
  color: cyan;
}

#simpRes {
  color: orange;
}

#meRes {
  color: maroon;
}

#realRes, #lesgoski {
  color: green;
}

#trapRes {
  color: red;
}

.err0r {
  color: red;
  font-weight: bold;
  text-decoration: underline;
  font-size: 30px;
}
ul {
  background: #202020;
  padding: 10px;
  border: 1px solid black;
}

li {
  margin-left: 20px;
  color: white;
}

img {
  border: solid;
  border-color: black;
  border-radius: 1px;
}
