/*.custom-button {
  margin-top: 10px;
    font-family: inherit;
    font-size: 1.2rem;
    border: 2px solid blueviolet;
    border-radius: 5px;
    color: blueviolet;
    background-color: transparent;
    padding: 10px 25px;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .custom-button:hover {
    background-color: blueviolet;
    color: white;
  }*/

  .underline-text {
    text-decoration: underline;
  }


/*.uvod::first-letter {
  font-size: 4em;
  font-weight: bold;
  float: left;
  margin-right: 0.1em;
  line-height: 1;
}*/