h1 {
    text-align: center;
    font-family: "cursive", "Lucida Handwriting";
    margin-top: 20px;
    margin-right: 50px;
}
.img { 
    display: flex; 
    height: 100px;
    margin-left: 400px;
    margin-top: 50px;
}
h2 {
    text-align: center;
    margin-top: 50px;
    font-family: "cursive", "Lucida Handwriting";
}
hr {
    height: 10px;
    background-color:brown; 
}
.gg {
    height: 60px;
    background-color: brown;
    margin-bottom: 50px;
    padding: 15px;
    gap: 75px;
    justify-content: center;
    display: flex;
}
.gg a {
    margin-top: auto;
    margin-bottom: auto;
    color: white;
    text-decoration: none;
    font-size: 30px;
    transition: 0.15s;
}
.gg a:hover {
    transform:scale(1.2);
}
.gg img {
    margin-left: -300px;
}
.jidlo {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 900;
    display: flex;
    justify-content: center;
    gap: 1px;
    margin-left: -150px;
    height: 250px;
}
.img2 {
    border: 5px;
    border-style: solid;
    border-color: black;
}
.copyright {
    margin-top: 5%;
    text-align: center;
    background-color: brown;
    color: white;
    padding: 50px;
}
.jidlo2 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 900;
    display: flex;
    justify-content: center;
    gap: 1px;
    margin-left: -150px;
    height: 250px;
}
able {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #dddddd;
  text-align: center;
}
table {
    margin-left: 40%;
}