body {
    font-family: Arial, sans-serif;
  }
  
 p{
  font-size: 24px;
 }
  
  .betugomb {
    display: inline-block;
    margin: 5px;
    padding: 10px;
    font-size: 24px;
    background-color: yellow; 
    color: blue;  
    font-weight: bold; 
    border: 2px solid blue;
    border-radius: 5px;
    box-shadow: 4px 4px 4px blue;
    cursor: pointer;
  }
  
 .szomegjelenites {
    margin: 0 auto;
    font-size: 30px;
    font-weight: bold;
    color: red;
    letter-spacing: 20px;
  }
  
  .uj {
    margin: 20px;
    padding: 15px;
    font-size: 24px;
    font-weight: bold;
    color: blue;
    border-radius: 5px;
    box-shadow: 4px 4px 4px black;
    background-color: yellow;
  }
  