/* # - ID, . - class */
.friv {
    color: orange;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
}

.w3schools {
    color: green;
    font-size: 20px;
    font-style: italic;
    text-decoration: underline;
}

.slitherio {
    color: purple;
    font-size: 18px;
    text-transform: uppercase; 
    letter-spacing: 2px; 
}

.vscode {
    color: blue;
    font-size: 24px;
    font-family: "Courier New", monospace;
    background-color: lightgray;
    padding: 5px 10px;
    border-radius: 8px;
}

.clanok {
  width: 794px;
  height: 1123px;
  margin: 2px auto;
  padding: 2px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  text-align: justify;
}
.tabulka {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.tabulka th, .tabulka td {
    border: 1px solid black;
    padding: 10px;
    text-align: center;
}

.tabulka th {
    background: lightblue;
}

.tabulka td {
    background: #f9f9f9;
}

.tabnadpis {
    margin-top: 30px;
    text-align: center;
}