body {
    background-color: lightblue;
    margin: 5px;
  }
  
  h3 {
      /* border-style: double;*/
        color: black;
        font-family: "press Start 2P", "consolas";
        font-size: 50px;
        text-align: center;
  }  

  h4 {
    /* border-style: double;*/
      color: black;
      font-family: 'Times New Roman', Times, serif;
      font-size: 30px;
      text-align: center;
}  

  dl{
    color: black;
    font-family: 'Times New Roman', Times, serif;
    font-size: 25px;
    text-align: center;
    background-color: lightskyblue;
    width: relative; /*relative bila bi boja preko cijelog, npr 600 samo tih 600px*/
    position: center;
    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;
}
  