*{
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: sans-serif;
    background-color: rgb(15, 15, 15);
    color: white;
}
.header {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;  /* Kisebbített header */
    background-color: black;
    padding: 0 30px;
    color: white;
    position: relative;
}

.header .title {
    font-family: 'Bahnschrift Bold SemiCondensed', sans-serif;
    font-size: 28px;  /* Kisebb szövegméret */
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.header .contact {
    font-family: 'Inter Regular', sans-serif;
    font-size: 20px;  /* Kisebb szövegméret */
    position: absolute;
    right: 30px;
    text-decoration: none;
    color: white;
}

.header .contact::after {
    content: '';
    position: absolute;
    width: 0;
    height: 1.5px;
    bottom: -1px;
    left: 0;
    background-color: white;
    transition: width 0.15s ease-in-out;
}

.header .contact:hover::after {
    width: 100%;
}

.title-support-box-center{
text-align: center;

}
.title-support-box {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
width: 53%;

}

.title-support {
text-align: center;
font-size: 26px;

}

.red-color{
    color: rgb(131, 13, 13);
}

.kofi-button{
    box-sizing: content-box;
    margin-left: auto;
    margin-right: auto;
}
.kofi-link{
    color: rgb(255, 253, 230);
    margin-left: 50%;
    margin-right: 50%;

    text-align: left;
}