﻿@media screen and (min-width: 1400px) {
p {
  font-size: 20px; /* Velikost písma */
  font-weight: bold;
  margin-bottom: -15px; /* Mezera mezi odstavci */
}

.school  {
  margin-left:  550px;
  margin-top:  -630px;
}

.home  {
  max-width:  500px;
  margin-left: 20px;
}

#price {
  /* Nastavení stylů */
  font-weight: bold; /* Tučné písmo */
  font-size: 18px; /* Velikost písma */
  /* Další vlastnosti podle potřeby */
}
}
