body {
    font-family: 'Oswald';
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin: 0;
    background-image: url("krizbo_jozsef_attila_hatter.png");
    background-position: center center; 
    background-repeat: no-repeat; 
    background-size: cover;
    background-attachment: fixed;
}

.container {
    text-align: center;
    background: white;
    background-image: url("pattern.jpg");
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 500px;
    width: 90%;
}

h1 {
    color: #333;
    padding-bottom: 20px;
    font-size: 30px;
    font-family: 'Oswald';
}


.poem-box {
    padding-bottom: 25px;
    line-height: 1.5;
    color: #555;
    height: 100%;
}

#title {
    font-size: 20px;
    color: #222;
    font-family: 'Oswald';
}

#date {
    color: #777;
    padding-bottom: 15px;
    font-size: 14px;
    font-family: 'Oswald';
}

#poem-text {
    white-space: pre-line; 
   font-size: 16px;
   font-family: 'Oswald';
}

button {
    background-color: #074e6e;
    color: white;
    padding: 12px 24px;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-family: 'Oswald';
}

button:hover {
    background-color: #ffc016;
}

.info-gomb {
  position: fixed;
  bottom: 90%;       
  right: 20px;     
  z-index: 9999;     
  background-color: #074e6e;
  border-color: #ffc016;
  border-style: dotted;
  color: #ffc016;
  padding: 12px 20px;
  border-radius: 50px; 
  text-decoration: none;
  font-family: 'Oswald';
  font-size: 20px;
  font-weight: bold;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}

.info-gomb:hover {
  opacity: 0.9;
}

a {
    color: #074e6e;
    font-family: 'Oswald';
    text-decoration: none;
}

.fooldal_button {
    color: white;
}