body {
    padding: 30px;
    
    margin: 20px;
    background-color:bisque;
  }
  
  a:link{
    color: #0059b3;
    font-size: larger;
   }
  
  a:visited{
    color: #FF00FF;
    font-size: larger;
   }
   
   a:hover{
     font-weight: bold;
   }
   
   ul.menu a{
    
     display: block;
     padding: 10px;
     text-decoration: none;
     color: black;
     }
   
    
     ul.menu {
       
       list-style-type: none;
       background-color: #C5AB9F;
       display: flex;
       font-size: 25px;
       justify-content: space-around;
       
       
       border-radius: 50px;

       width: 90%;
       
       }
    
  
   
  
    h1{
      text-align: center;
      color: black;
      font-size: 55px;
      margin-top: 2em;
  }
    h2{font-size: 45px;
      margin-top: 2em;
      margin-bottom: 2em;
      color: black;
      text-align: center;
      }
        
    h3{
        font-size: 30px;
          color: black;
          font-family: Georgia, Sherif;
          font-weight: bold;
          text-align: center;
      }
  
  p{color: black;
    font-size: 25px;
    font-family: Georgia, Sherif;
    text-align: center;}
  



table, th, td {
        border: 3px solid red;
        border-collapse: collapse;
      }

table{
        width: 30%;
        margin-left: auto;
        margin-right: auto;
        
    }


td:hover, th:hover{
        background-color: aqua;
        color: black;
      }


td {
text-align: center;
}
      
th{
    background-color: antiquewhite;
}
      




section.work{
    background-color: #C5AB9F;
}


section.rozvrh{
    background-color: #C5AB9F;
}

section.skola {
        background-color: #C5AB9F;
        display: flex;
        justify-content: center;
}

article{
    margin: 2em;
}


div.fotky{
    display: flex;
    flex-direction: column;
}

div.text{
    margin-top: 5em;
}

ul.work{
    list-style-type: none;
    font-size: 20px;
    text-align: center;
        
}