* {
    font-family: 'Times New Roman', 'Arial Narrow', Arial, sans-serif;
    text-align: center;
}

body {
    position: relative;
    margin: 0;
    color: #111827;
    text-align: center;
    min-height: 100vh;
}

footer {
    position: relative;
    text-align: center;
    padding: 10px;
    width: 100%;
    bottom: 0px;
    background: rgba(150, 150, 150, 0.9);
}

p {
    font-size: 20px;
}

.gombok {
    font-size: 16px;
}

.skills-list {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 1rem;
    list-style: none;
}

.skills-list li {
    flex: 1;
    text-align: center;
}

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/static/wfd.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

.szovegdoboz {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 30px;
    background: rgba(150, 150, 150, 0.9);
    margin: 50px auto;
    max-width: 1000px;
    border: 1px solid rgb(200, 100, 100);
}

.gombok {
    width: 200px;
    height: 50px;
}