

body {
  background-color: lightblue;
  margin: 5px;
}

h3 {
    /* border-style: double;*/
      color: black;
      font-family: "press Start 2P", "consolas";
      font-size: 50px;
      text-align: center;  
 }

 h5 {
  /* border-style: double;*/
    color: black;
    font-family: 'Times New Roman', Times, serif;
    font-size: 30px;
    text-align: center;
}

 p{
  border: dotted 2px;
  color: black;
  font-family: 'Times New Roman', Times, serif;
  font-size: 25px;
  text-align: center;
  background-color: lightskyblue;
  width: relative; /*relative-boja bude preko cijelog*/
  position:center;
  margin:auto; 
 }


th, td {
  border: 2px dotted black; 
  padding: 5px; 
  text-align: center; /* Centriranje teksta unutar ćelija */
  font-family: 'Times New Roman', Times, serif;
  font-size: 25px;
  width: relative; /*da se boja tekst prilagode okviru,tj uređaju na kojem se gleda*/
  position:center;
}

table{
  position: relative; /*u sredini je tablica*/
  width: relative;
  background-color: lightskyblue;
  margin: auto;
}

button{
  position: fixed;
  top: 10px;
  left: 10px;
  border: 5px dotted;
  border-radius: 10rem;
  padding: 10px;
  background-color: lightskyblue;
  font-size: 15px;
  font-style: bold;
  font-family: "press Start 2P", "consolas";
  text-align: center;
 }

 button:hover {
  background-color: lightseagreen;
}

   
  

 
 


