html{
    background-image: linear-gradient(to bottom,#5e3a99,#22215a);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    display: flex;
    justify-content: center;
}
.fejléc{
    background-image: url(chronika_felirat_yes.PNG);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    height: 80px;
    max-width: 1000px;
    margin: auto;
    margin-top: 10px;
}
p{
    color:white;
    text-align: center;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-size: 20px;
    max-width: 1000px;
    margin-top: 20px;
    margin-bottom: 20px;
    cursor: default;
}
table{
    border-collapse: collapse;
    margin: auto;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
}
th{
    position: relative;
    border-bottom: none;
    color: white;
    padding-bottom: 5px;
    cursor: default;
}
th::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #b83fb0;

    filter: drop-shadow(0 0 6px #b83fb0)
            drop-shadow(0 0 12px #b83fb0);
}
td a:hover{
    background-color: #e4a5fd31;
    border-radius: 5px;
}
td a {
    display: block;
    text-decoration: none;
    color: white;
    padding-inline: 20px;
    padding-top: 5px;
    padding-bottom: 10px;
}