.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    background-color: #007BFF;
    color: white;
    padding: 0.625rem;
    text-decoration: none;
    z-index: 1002;
}

.skip-link:focus {
    top: 0;
}

body {
    font-family: 'Arial', 'Helvetica', sans-serif;
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    position: relative;
    font-size: 1rem;
}

.vissza {
    position: absolute;
    top: 1.25rem;
    left: 1.25rem;
    font-size: 1.125rem;
    color: #007BFF;
    text-decoration: underline;
    font-family: 'Arial', sans-serif;
}

.vissza:hover {
    text-decoration: none;
}

.regisztracio-doboz {
    background-color: #fff;
    padding: 1.25rem;
    border-radius: 0.625rem;
    box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 25rem;
    text-align: center;
}

.regisztracio-doboz h1 {
    margin-bottom: 1.25rem;
    font-size: 1.5rem;
    color: #333;
    font-family: 'Arial', sans-serif;
}

.mezo {
    margin-bottom: 0.9375rem;
    text-align: left;
}

.mezo label {
    display: block;
    margin-bottom: 0.3125rem;
    font-weight: bold;
    color: #555;
    font-family: 'Arial', sans-serif;
}

.mezo input[type="text"],
.mezo textarea {
    width: 100%;
    padding: 0.625rem;
    border: 1px solid #ddd;
    border-radius: 0.3125rem;
    font-size: 1rem;
    font-family: 'Arial', sans-serif;
    box-sizing: border-box;
}

.mezo textarea {
    resize: vertical;
    height: 8rem;
}

.valaszto {
    display: inline-block;
    margin-right: 1rem;
}

.valaszto label {
    margin-left: 0.3125rem;
    font-weight: normal;
    font-family: 'Arial', sans-serif;
}

.mezo input[type="checkbox"] {
    margin-right: 0.625rem;
}

.mezo button {
    width: 100%;
    padding: 0.625rem;
    background-color: #007BFF;
    color: #fff;
    border: none;
    border-radius: 0.3125rem;
    font-size: 1rem;
    cursor: pointer;
    font-family: 'Arial', sans-serif;
}

.mezo button:hover {
    background-color: #0056b3;
}

footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #000000;
    color: white;
    text-align: center;
    padding: 10px 0;
    z-index: 1000;
}

.kontraszt-gomb {
    position: fixed;
    bottom: 1rem;
    right: 1.25rem;
    background-color: #007BFF;
    color: white;
    border: none;
    border-radius: 0.3125rem;
    padding: 0.625rem;
    font-size: 1rem;
    cursor: pointer;
    z-index: 1001;
}

.kontraszt-gomb:hover {
    background-color: #0056b3;
}