.varovani {
    background-color: black;
    color: red;
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
}

.uvod {
    color: aqua;
    font-family: 'Courier New', Courier, monospace;
}

.odkaz {
    color: aqua;
    font-family: 'Courier New', Courier, monospace;
}

img {
    height: 150px;
    
}

.discord {
    height: 33px;
    position: relative; 
    bottom: -7px;
    right: -30px;
  }

  .button {
      background-color: rgb(16, 172, 55);
      border: none;
      color: white;
      padding: 15px 32px;
      text-align: center;
      text-decoration: none;
      display: inline-table;
      font-size: 16px;
  }