body.gyengenlato {
    background-color: rgb(69, 64, 64);
    color: yellow;
  }
body.gyengenlato p {
    color: yellow;
    font-family: 'Georgia', serif;
    font-size: 140%;
    line-height: 1.75;
    margin-bottom: 20px;
    text-align: justify;
    margin: 10px;
  }

body.gyengenlato h1{
    color: rgb(224, 200, 121);
    font-family: 'Playfair Display', 'Georgia', serif;
    font-size: 240%;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    border-bottom: 3px solid rgb(218, 178, 46);
    padding-bottom: 10px;
}

body.gyengenlato h2{
    font-family: 'Playfair Display', 'Georgia', serif;
    font-size: 200%;
    color: rgb(224, 200, 121);
    text-align: left;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-top: 40px;
    margin-bottom: 15px;
    border-bottom: 2px solid rgb(218, 178, 46);
    padding-bottom: 10px;
    margin-left: 13px;
    margin-right: 13px;
}

body.gyengenlato h3{
    color: rgb(224, 200, 121);
    font-size: 180%;
    border-bottom: 2px solid rgb(218, 178, 46);
}

body.gyengenlato header{
    background-color: #f4f1e6; 
    border-left: 8px solid #100a02; 
    padding: 10px 20px;
    font-family: 'Georgia', serif;
    font-size: 230%;
    font-weight: bold;
    color: rgb(77, 77, 18);
    margin: 40px 0 40px 25px;
    width: 300px;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
}

body.gyengenlato .kerdes{
    color: yellow;
    font-size: 150%
}

body.gyengenlato .regist input[type="radio"] {
    accent-color: rgb(137, 139, 0);
}

body.gyengenlato .opcio{
    color: yellow;
    font-size: 115%;
}

body.gyengenlato .r{
    background-color: rgb(59, 59, 151);
}

body.gyengenlato .regist{
    background-image: none;
    background-color: rgb(59, 59, 151);
    border-radius: 13px;
    border-color: #100a02;
    border-width: 30px;
}

body.gyengenlato #gomb{
    background-color: bisque;
    color: black;
    font-size: 130%;
    font-weight: bold;
}

body.gyengenlato details {
    margin-top: 15px;
    font-family: Arial, sans-serif;
    background-color: rgb(59, 59, 151);
    border: 1px solid black;
    border-radius: 6px;
    padding: 10px;
    box-shadow: 0 0 8px rgba(0,0,0,0.05);
    margin-bottom: 10px;
    justify-items: center;
    width:70%;
    margin-left: 15%;
}

body.gyengenlato details summary {
    font-size: 1.8rem;
    font-weight: bold;
    cursor: pointer;
    color: yellow;
    margin-bottom: 10px;
}

body.gyengenlato table.szep-table thead {
    background-color: rgb(59, 59, 151);
    color: yellow;
    font-size: 1.5rem;
}

body.gyengenlato table.szep-table th, table.szep-table td {
    padding: 12px 16px;
    border: 1px solid ;
    text-align: left;
    font-size: 1.2rem;
}

body.gyengenlato table.szep-table tbody tr:nth-child(even) {
    background-color: rgb(59, 59, 151);
}

body.gyengenlato table.szep-table tbody tr:hover {
    background-color: rgb(14, 14, 81);
    transition: background-color 0.3s;
}

body.gyengenlato li strong {
    color: yellow;
}