body {
    margin: 0;
    padding: 0;

.navigace {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    gap: 100px;
}
.nav {
    display: flex;
    justify-content: flex-start;
    margin-top: 10px;
    padding: 10px 30px;
}
}
html {
  scroll-behavior: smooth;
}
h1 {
    text-align: center;
    font-family: Comic Sans MS, Comic Sans, cursive;
    font-size: 40px;
    color: aliceblue;
}
button {
  background: rgb(31, 144, 157);
  border-radius: 999px;
  box-shadow: rgb(23, 128, 140, 0.7) 0 15px 30px 0px;
  box-sizing: border-box;
  color: aliceblue;
  cursor: pointer;
  font-family:Comic Sans MS, Comic Sans, cursive;
  font-weight: 750;
  font-size: 20px;
  line-height: 30px;
  opacity: 1;
  outline: 0 solid transparent;
  padding: 8px 28px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: fit-content;
  word-break: break-word;
  border: 0;
  
}
.jedna {
    display: flex;
    background: rgb(47, 137, 179);
    box-shadow: rgb(47, 137, 179, 0.5) 0 15px 30px 0px;
    border-radius: 40px;
    padding: 8px 15px;
    justify-content: center;
}
.dva {
    height: 80px;
    width: 40%;
    max-width: 800px;
    margin: 50px auto;
    border-radius: 40px;
    background: rgb(47, 137, 179);
    box-shadow: rgb(47, 137, 179, 0.7) 0 15px 30px 0px;
}
.p_jedna {
    text-align: center;
    font-family:Comic Sans MS, Comic Sans, cursive;
    font-size: 30px;
    color: aliceblue;
    padding: 15px 30px;
    text-decoration: underline;
}
.mezera {
    margin-bottom: 250px;
    border:none;
}
a {
    color:aliceblue
}
.fotak {
    max-width: 400px;
    position:relative;
    left: -42px;
    top: 20px;
} 
.polaroid {
    max-width: 550px;
    position:relative;
    left: -120px;
    top: -40px;
}
.fotak2 {
    position:relative;
    left: 800px;
    top: -850px;
}
.tri {
    height: 10px;
    max-width: 2000px;
    border-radius: 40px;
    background: rgb(47, 137, 179);
    box-shadow: rgb(47, 137, 179, 0.7) 0 15px 30px 0px;
    margin-top:-800px;
    opacity: 60%;
}
.ctyry {
    height: 280px;
    width: 300px;
    max-width: 800px;
    position:relative;
    top: 50px;
    left: 290px;
    border-radius: 100px;
    background: rgba(47, 137, 179);
    box-shadow: rgb(47, 137, 179, 0.7) 0 15px 30px 0px;
}
.pet {
    height: 280px;
    width: 300px;
    max-width: 800px;
    position:relative;
    top: -230px;
    left: 610px;
    border-radius: 100px;
    background: rgba(31, 144, 157, 0.7);
    box-shadow: rgb(27, 132, 144) 0 15px 30px 0px;
}
.sest {
    height: 280px;
    width: 300px;
    max-width: 800px;
    position:relative;
    top: -510px;
    left: 930px;
    border-radius: 100px;
    background: rgba(47, 137, 179, 0.7);
    box-shadow: rgb(47, 137, 179) 0 15px 30px 0px;
    opacity: 70%;
}
ul {
    text-align: center;
    font-family:Comic Sans MS, Comic Sans, cursive;
    font-size: 28px;
    color: aliceblue;
    list-style-type: none;
}
li {
    margin-bottom: 20px;
}
.kytka {
    position:relative;
    top: -570px;
}
.rtenka {
    position:relative;
    top: -590px;
    left: 540px;
}
footer {
    background-color: rgb(30, 76, 98);
    display: block;
    width: 97,5%;
    margin: 0;
    padding: 20px;
    text-align: center;
}
.sedm {
    height: 200px;
    width: 500px;
    max-width: 8000px;
    position:relative;
    top: -180px;
    left: 200px;
    border-radius: 100px;
    background: rgb(31, 144, 157);
    box-shadow: rgba(27, 132, 144, 0.6) 0 15px 30px 0px;
}
.p_dva {
    text-align: center;
    font-family:Comic Sans MS, Comic Sans, cursive;
    font-size: 28px;
    color: aliceblue;
    padding: 15px 30px;
}
.p_tri {
    font-family:Comic Sans MS, Comic Sans, cursive;
    font-size: 22px;
    color: aliceblue;
    padding: 15px 30px;
}
.osm {
    height: 200px;
    width: 500px;
    max-width: 8000px;
    position:relative;
    top: -180px;
    left: 750px;
    border-radius: 100px;
    background: rgba(47, 137, 179);
    box-shadow: rgb(47, 137, 179) 0 15px 30px 0px;
}
.devet {
    margin-left: 850px;
    margin-top: -40px;
}
.deset {
    margin-top: -1000px;
    margin-left: 100px;
}
.jedenact {
    background: rgb(47, 137, 179);
    box-shadow: rgb(47, 137, 179, 0.7) 0 15px 30px 0px;
    border-radius: 40px;
    width: 45%;
    margin: 80px auto;
    padding: 40px;
    text-align: center;
}
fieldset {
    border: none;
}
.reg_inputbox {
    margin-bottom: 25px;
    text-align: left;
}
.reg_inputbox label {
    display: block;
    color: aliceblue;
    font-family: Comic Sans MS, Comic Sans, cursive;
    font-size: 20px;
    margin-bottom: 8px;
}
.reg_inputbox input {
    width: 95%;
    padding: 10px 15px;
    border-radius: 30px;
    border: none;
    background-color: rgba(255, 255, 255, 0.9);
    font-family: Comic Sans MS, Comic Sans, cursive;
    font-size: 18px;
    color: rgb(30, 76, 98);
    box-shadow: rgb(23, 128, 140, 0.5) 0 10px 20px -5px;
    transition: 0.3s;
}
.reg_inputbox input:focus {
    outline: none;
    box-shadow: rgb(31, 144, 157) 0 0 10px 2px;
}
.reg_button {
    background: rgb(31, 144, 157);
    border-radius: 999px;
    box-shadow: rgb(23, 128, 140, 0.7) 0 15px 30px 0px;
    color: aliceblue;
    cursor: pointer;
    font-family: Comic Sans MS, Comic Sans, cursive;
    font-weight: 750;
    font-size: 20px;
    padding: 10px 35px;
    border: none;
    transition: 0.3s;
}
.reg_button:hover {
    background: rgb(27, 132, 144);
    transform: translateY(-3px);
}
.dvanact {
    margin-left: 300px;
    margin-top: -100px;
    width: 900px;
    max-width: 1000px;
}
.prace {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: 20px;
}
.prace img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: rgb(27, 132, 144) 0 10px 20px -10px;
}
.table_component {
    overflow: auto;
    width: 100%;
}

.table_component table {
    border: 1px solid rgb(27, 132, 144);
    height: 100%;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 1px;
    text-align: center;
    font-family: Comic Sans MS, Comic Sans, cursive;
    font-size: 24px;
}

.table_component caption {
    caption-side: top;
    text-align: center;
}

.table_component th {
    border: 5px solid rgb(27, 132, 144);
    background-color: rgb(23, 128, 140, 0.7);
    color: #ffffff;
    padding: 15px;
    font-family: Comic Sans MS, Comic Sans, cursive;
    font-size: 24px;
}

.table_component td {
    border: 5px solid rgb(27, 132, 144);
    background-color: rgb(23, 128, 140, 0.7);
    color: #ffffff;
    padding: 10px;
    font-family: Comic Sans MS, Comic Sans, cursive;
    font-size: 24px;
}
.page-table {
  width: 100%;
  height: 100vh; 
  border-collapse: collapse; 
}

.page-table th,
.page-table td {
  width: 20%; 
}
.trinact {
    text-align: start;
}