@import url('https://fonts.googleapis.com/css2?family=Jim+Nightshade&display=swap');
body {
  background-color: #3e9bff;
  font-family: "Jim Nightshade", cursive;
  font-weight: 200;
  font-style: normal;
  display: flex;
  flex-direction: column;
    margin: 0;
      padding: 0;
}

h1 {
  color: #1af794;
  width: 350px;
  height: 150px;
 margin-bottom: 0;

}

.opis-geometry-dash {
  display: flex;
  gap: 20px;
}

.gd-obrazek {
  margin-top: 0;
  padding: 0;
  width: 175px;
  height: 175px;
}