.main {
  display: flex;
  flex-direction: row;
}
.leftbar {
  background-image: url('https://vytvarnasoutez.zuskralovice.cz/img/Menu1Pozadi.webp');

  flex-basis: 270px;
  min-height: 978.438px;
  padding-top: 3em;
  order: 1;
  display: flex;
  flex-direction: column;
}

.middlebar {
  flex: 1;
  order: 2;
}

.middlebar h1,
h2,
h3,
h4 {
  padding: 0 10px 0 10px;
}

.middlebar p {
  padding: 0 10px 0 10px;

  line-height: 1.7;
}

.middlebar form {
  padding: 0 10px 0 10px;

  line-height: 1.7;
}

.rightbar {
  background-image: url('https://vytvarnasoutez.zuskralovice.cz/img/Menu1Pozadi.webp');

  flex-basis: 270px;

  min-height: 978.438px;

  border: none;

  order: 3;
}
.rightbar--img {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.menu1 {
  display: block;

  background-image: url('https://vytvarnasoutez.zuskralovice.cz/img/menu3.png');
  margin-bottom: 5px;
  background-repeat: no-repeat;
  margin-left: 30px;
  padding-left: 15px;
  line-height: 2;
  font-size: 15px;

  font-weight: bold;

  text-decoration: none;
}

.menu2 {
  display: block;

  background-image: url('https://vytvarnasoutez.zuskralovice.cz/img/menu1.png');

  background-repeat: no-repeat;
  margin-bottom: 5px;
  margin-left: 30px;
  padding-left: 15px;
  line-height: 2;
  font-size: 15px;

  font-weight: bold;

  text-decoration: none;
}

.menu3 {
  display: block;

  background-image: url('https://vytvarnasoutez.zuskralovice.cz/img/menu2.png');

  background-repeat: no-repeat;
  margin-bottom: 5px;
  margin-left: 30px;
  padding-left: 15px;

  line-height: 2;
  font-size: 15px;

  font-weight: bold;

  text-decoration: none;
}

#myImg {
  padding-top: 3em;
  padding-bottom: 5px;
}

#PravidlaModal {
  color: #0d6efd;
  text-decoration: underline;
}

.Text {
  color: black;
}

.ArchivVypis {
  width: 300px;
  padding-left: 20px;
  padding-bottom: 20px;
}

.sipky {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: stretch;
  justify-content: space-between;
}

.sipky1 {
  padding: 0 20px;
}

.RightText {
  font-size: 20px;
  color: red;
  text-align: center;
  padding-top: 50px;
}

.pointerDIV {
  cursor: pointer;
}

#q3 a {
  cursor: pointer;
  color: #000;
}

#q3 a:visited {
  cursor: pointer;
  color: #000;
}

#q2 + p {
  padding-top: 20px;
}
