/*

ROOT / DESIGN SYSTEM
========================= */
:root {
    --blue-main: #4da3ff;
    --blue-hover: #2f8cff;
    --blue-glow: rgba(120,190,255,0.5);

    --bg-dark: #1e1e2f;
    --bg-card: #2a2a3d;
    --bg-soft: #1c1c28;

    --border: #2f3b55;

    --text-main: #dce3f0;
    --text-muted: #aaa;

    --danger: #ff4d4d;
}

/* =========================
 *  GLOBAL
 = *======================== */
body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-image: url('http://reiski.bplaced.net/images/hintergrundbild.png') !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: var(--text-main);
}

a {
    color: #23799e;
        text-decoration: underline;
}
a:hover {
        color: #175875;
        font-weight: bold;
        text-decoration: underline;

}

/* =========================
 *  ALERTS
 = *======================== */
.error {
    margin:15px;
    padding:15px;
    border-radius: 18px;
    border: 2px solid var(--danger);
    background:#ffb3b3;
    color:#2b0d0d;
    font-weight: bold;
}

.success {
    margin:15px;
    padding:15px;
    border-radius: 18px;
    border: 2px solid var(--blue-main);
    background:#1e3a5f;
    color:#dce3f0;
    font-weight: bold;
}

/* =========================
 *  LAYOUT
 = *======================== */
.container,
.app-content {
    max-width: 1100px;
    margin: 20px;
    padding: 10px;
}

body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-image: url('http://reiski.bplaced.net/images/bg5.webp'); /* dein Bild */
    background-size: cover;        /* f�llt den Bildschirm */
    background-position: center;   /* zentriert */
    background-repeat: no-repeat;
    background-attachment: fixed;  /* ? DAS MACHT ES FIXED */
}


.error {
    color: #291e1f;
    font-weight: bold;
    margin:15px;
    padding:15px;
    border: 2px solid #486b4c;
    background-color:#f78981;
    border-radius: 18px;
    width:auto;
}


.success {
    color: #1e291f;
    font-weight: bold;
    margin:15px;
    padding:15px;
    border: 2px solid #46694a;
    background-color:#68a16f;
    border-radius: 18px
    width:auto;
}

#content {
margin: 5%;
margin-top: 7%;
padding: 1%;
position:static;

border: 2px solid #4e9eff;
background: #2a2f3a;
border-radius: 18px;
color: #dce3f0;
}/* Container */
.container {
    max-width: 1100px;
    margin: 20px auto;
    padding: 30px;
}
/* =========================
 *  HEADER
 = *======================== */


/* HEADER (NAV)*/
.app-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;

    background: #1f2937;

    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 0 15px;
    box-sizing: border-box;
    z-index: 9999;
}

/* Hamburger Button(NAV) */
.menu-btn {
    width: 35px;
    height: 35px;
    border: 2px solid white;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.menu-btn span {
    width: 18px;
    height: 2px;
    background: white;
    margin: 2px 0;
}

/* TITLE (NAV) */
.app-title {
    font-size: 18px;
    font-weight: bold;
}

/* RIGHT ICOS (NAV) */
.header-icons {
    display: flex;
    gap: 10px;

}

.icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid white;
}

/* DROPDOWN (NAV)*/
.dropdown-menu {
    position: fixed;
    display: none;
    top: 60px; /* gleiche Höhe wie der Header */
    left: 0;
    background: #222;
    z-index: 10000;
    padding: 10px;
}

.dropdown-menu a {
    display: block;
    color: white;
  
    text-decoration: none;
}

.dropdown-menu a:hover {
    background: #444;
}

/* =========================
 *  CARDS / BOXEN
 = *======================== */
.app-card,
.profile-box,
.event-card,
.news-card {
    background: var(--bg-soft);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 15px;
    margin-bottom: 15px;
 box-shadow: 0 0 15px var(--blue-glow) !important;
	width:75%;
	height:auto;
}
.card
{
	    background: var(--bg-soft);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 20px;
	margin:20px;
    margin-bottom: 15px;
   box-shadow: 0 6px 20px rgba(100,100,255,0.4) !important;
	width:92%;
	
	display:block;
	
}
.card2
{
	    background: var(--bg-soft);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 20px;
	margin:20px;
    margin-bottom: 15px;
   box-shadow: 0 6px 20px rgba(100,100,255,0.4) !important;
	width:92%;
	
	display:block;
	
}
@media screen and (max-width: 1300x) {
	.app-card,
	.profile-box,
	.event-card,
	.news-card {
		background: var(--bg-soft);
		border: 1px solid var(--border);
		border-radius: 14px;
		padding: 15px;
		margin-bottom: 15px;
		box-shadow: 0 0 15px var(--blue-glow);
		width:100%;
		height:auto;
		display:block;
	}
	.card2
	{
			background: var(--bg-soft);
		border: 1px solid var(--border);
		border-radius: 14px;
		padding: 20px;
		margin:20px;
		margin-bottom: 15px;
		box-shadow: 0 0 15px var(--blue-glow);
		width:65%;
		height:35%;
		display:block;

	}
	.card
	{
			background: var(--bg-soft);
		border: 1px solid var(--border);
		border-radius: 14px;
		padding: 20px;
		margin:20px;
		margin-bottom: 15px;
		box-shadow: 0 6px 20px rgba(100,100,255,0.4) !important;
		width:35%;
		height:35%;
		display:block;

	}

}



/* =========================
 *  BUTTONS
 = *======================== */
.btn-primary,
.button,
.btn-main,
.btn-good{
    background: linear-gradient(135deg, var(--blue-main), var(--blue-hover));
    border: none;
    padding: 10px 15px;
    border-radius: 12px;
     background: linear-gradient(135deg, #4e9eff, #2b7cff);
    color: white;
    cursor: pointer;
    transition: 0.25s;
	font-size: 15px;
    font-weight: bold;
	width:100%
	    transform: scale(0.97);
	    text-decoration: none;
}

.btn-primary:hover,
.button:hover,
.btn-main:hover, 
.btn-good:hover {
    box-shadow: 0 0 15px var(--blue-glow);
    transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(78,158,255,0.5);
}

.btn-danger {
    background: var(--danger);
	   
}
.btn-danger:hover {
    background: #cc0000;
	    text-decoration: none;
}
.btn-good {
    background: #00bb00;
	   
}
.btn-good:hover {
    background: #00cc00;
	    text-decoration: none;
}
.btn-secondary,
.btn-danger,
.btn-good{
    background: var(--bg-card);
    padding: 6px 12px;
    border-radius: 8px;
    color: #ddd;
}
.btn-secondary:hover {
    background: #3a3a55;
}



/* =========================
 *  INPUTS
 = *======================== */
/* HOVER */
.input-group input:hover {
    border-color: #3f6fbf;
}

.input-group {
    margin-bottom: 15px;
}

.input-group label {
    color: var(--text-muted);
    font-size: 14px;
    font-weight:bold;
	transition: all 0.25s ease;
}

.input-group input,
.input-group textarea
{
    width: 100%;
    padding: 12px;
    border-radius: 12px;

    background: rgba(77, 163, 255, 0.08);
    border: 1px solid rgba(120,190,255,0.2);

    color: white;
	font-size: 14px;

    outline: none;
    box-shadow: 0 0 10px rgba(120,190,255,0.15);
    transition: 0.25s;
}

.input-group input:hover,
.input-group textarea:hover {
    border-color: #2683ab;
	  
    box-shadow: 0 0 15px rgba(78,158,255,0.9);


}

.input-group input:focus,
.input-group textarea:focus
{
    border-color: #2581a8;
    box-shadow: 0 0 12px rgba(78,158,255,0.6);

    
}
.input-group select {
    width: 100%;
    padding: 10px;

    border: 2px solid #7ec3ff;
    border-radius: 8px;

    background: #1a1a1a;
    color: #fff;

    outline: none;
    transition: all 0.25s ease;
}

.input-group select:hover {
    border-color: #7ec3ff;
    box-shadow:
    0 0 6px rgba(120,190,255,1.0),
    0 0 12px rgba(120,190,255,0.8);
}

.input-group select:focus {
    box-shadow:
    0 0 8px rgba(120,190,255,0.6),
    0 0 16px rgba(120,190,255,0.3);
}

/* =========================
 *  TABLE
 = *======================== */
.modern-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid var(--border);
}

.modern-table th {
    background: var(--bg-card);
    padding: 12px;
    color: var(--text-muted);
}

.modern-table td {
    padding: 12px;
    border-bottom: 1px solid var(--border);
}

.modern-table tr:nth-child(even) {
    background: #25253a;
}
.modern-table tr:hover {
    background: #33334d;
}

/* =========================
 *  BADGES
 = *======================== */
.badge {
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 12px;
}

.badge.user { background: var(--blue-main); }
.badge.helper { background: orange; }
.badge.admin { background: var(--danger); }

/* =========================
 *  CALENDAR
 = *======================== */
.calendar {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 8px;
}

.calendar-day {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 10px;
    min-height: 100px;
    padding: 6px;
    transition: 0.2s;
}
.calendar-day:hover {
    transform: scale(1.02);
}

.event {
    background: var(--blue-main);
    color: white;
    padding: 4px;
    border-radius: 6px;
    font-size: 11px;
}

/* =========================
 *  PROFILE
 = *======================== */
.profile-wrapper {
    max-width: 1100px;
    margin: auto;
    padding: 20px;
}

.profile-avatar {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 2px solid var(--blue-main);
}

/* =========================
 *  FOOTER
 = *======================== */
.app-footer {
    padding: 14px;
    margin: 20px;
    background: #2a2a2a;
    border: 2px solid #919191;
    border-radius: 16px;
    text-align: center;
    color: #cccccc;
}

/* =========================
 *  ANIMATIONS / FEEL
 = *======================== */
* {
    transition: background 0.2s, box-shadow 0.2s, transform 0.2s;
}

/* LOGIN */
/*Nicht mobile*/
	/* WRAPPER (zentriert alles sch�n) */
	.wrapper {
		display: flex;
		justify-content: center;
		align-items: center;
		min-height: 70vh;
	
	}


	/* LOGIN CARD */
	.card {
		width: 350px;
		padding: 30px;

		background: rgba(20, 25, 40, 0.9);
		border: 2px solid #2f4f7f;
		border-radius: 18px;

		box-shadow: 0 0 25px rgba(78,158,255,0.15);

		backdrop-filter: blur(10px);
		transition: 0.3s;
	}

	/* Hover Glow */
	.card:hover {
		border-color: #4e9eff;
		box-shadow: 0 0 35px rgba(78,158,255,0.25);
	}

	/* Titel */
	.card h1 {
		text-align: center;
		color: #e6f0ff;
		margin-bottom: 25px;
		border-bottom: 2px solid #2f4f7f;
		padding-bottom: 10px;
	}
	/* ------ */







	/* WRAPPER (zentriert alles sch�n) */
	.login-wrapper {
		display: flex;
		justify-content: center;
		align-items: center;
		min-height: 70vh;
	}


	/* LOGIN CARD */
	.login-card {
		width: 350px;
		padding: 30px;

		background: rgba(20, 25, 40, 0.9);
		border: 2px solid #2f4f7f;
		border-radius: 18px;

		box-shadow: 0 0 25px rgba(78,158,255,0.15);

		backdrop-filter: blur(10px);
		transition: 0.3s;
	}

	/* Hover Glow */
	.login-card:hover {
		border-color: #4e9eff;
		box-shadow: 0 0 35px rgba(78,158,255,0.25);
	}
/*mobile*/
@media  screen and (max-width: 100x) {



	/* LOGIN CARD */
	.card {
		width: 500px;
		padding: 30px;

		background: rgba(20, 25, 40, 0.9);
		border: 2px solid #2f4f7f;
		border-radius: 18px;

		box-shadow: 0 0 25px rgba(78,158,255,0.15);

		backdrop-filter: blur(10px);
		transition: 0.3s;
	}

	/* Hover Glow */
	.card:hover {
		border-color: #4e9eff;
		box-shadow: 0 0 35px rgba(78,158,255,0.25);
	}

	/* Titel */
	.card h1 {
		text-align: center;
		color: #e6f0ff;
		margin-bottom: 25px;
		border-bottom: 2px solid #2f4f7f;
		padding-bottom: 10px;
	}
	/* ------ */



	/* LOGIN CARD */
	.login-card {
		width: 500px;
		padding: 30px;

		background: rgba(20, 25, 40, 0.9);
		border: 2px solid #2f4f7f;
		border-radius: 18px;

		box-shadow: 0 0 25px rgba(78,158,255,0.15);

		backdrop-filter: blur(10px);
		transition: 0.3s;
	}


}



/* Titel */
.card h1 {
    text-align: center;
    color: #e6f0ff;
    margin-bottom: 25px;
    border-bottom: 2px solid #2f4f7f;
    padding-bottom: 10px;
}
/* ------ */







/* WRAPPER (zentriert alles sch�n) */
.login-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 70vh;
}


/* LOGIN CARD */
.login-card {
    width: 350px;
    padding: 30px;

    background: rgba(20, 25, 40, 0.9);
    border: 2px solid #2f4f7f;
    border-radius: 18px;

    box-shadow: 0 0 25px rgba(78,158,255,0.15);

    backdrop-filter: blur(10px);
    transition: 0.3s;
}

/* Hover Glow */
.login-card:hover {
    border-color: #4e9eff;
    box-shadow: 0 0 35px rgba(78,158,255,0.25);
}
}

/* Titel 
.login-card h1 {
    text-align: center;
    color: #e6f0ff;
    margin-bottom: 25px;
    border-bottom: 2px solid #2f4f7f;
    padding-bottom: 10px;
}
*/
/* INPUT GROUP */
.input-group {
    margin-bottom: 20px;
}

/* LABEL */
.input-group label {
    color: #9fb8ff;
    font-size: 13px;
    margin-bottom: 6px;
    display: block;
}

/* INPUT */
.input-group input {
    width: 100%;
    padding: 12px;

    background: rgba(78,158,255,0.08);
    border: 2px solid #2f4f7f;
    border-radius: 12px;

    color: white;
    font-size: 14px;

    outline: none;
    transition: 0.25s;
}

/* HOVER */
.input-group input:hover {
    border-color: #3f6fbf;
}

/* FOCUS (Glow Effekt bleibt!) */
.input-group input:focus {
    border-color: #4e9eff;
    box-shadow: 0 0 12px rgba(78,158,255,0.6);
    background: rgba(78,158,255,0.15);
}

/* BUTTON */
.button {
    width: 100%;
    padding: 12px;

    border: none;
    border-radius: 12px;

    background: linear-gradient(135deg, #4e9eff, #2b7cff);
    color: white;

    font-size: 15px;
    font-weight: bold;

    cursor: pointer;
    transition: 0.25s;
}

/* BUTTON HOVER */
.button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(78,158,255,0.5);
}

/* BUTTON CLICK */
.button:active {
    transform: scale(0.97);
}

/* ERROR BOX (angepasst ans Design) */
.error {
    background: rgba(255,78,78,0.15);
    border: 2px solid #ff4e4e;
    color: #ffd6d6;

    padding: 10px;
    border-radius: 12px;
    margin-bottom: 15px;
}
* INPUT FOCUS (Glow jetzt blau) */
.input-group input:focus,
.input-group textarea:focus,
.input-group select:focus {
    border-color: #4e9eff;
    box-shadow: 0 0 15px rgba(78,158,255,0.9);
    background: rgba(255, 255, 255, 0.12);
}

/* LABEL STANDARD */
.input-group label {
    color: #9fb8ff;
    transition: all 0.25s ease;
}

/* UNTERSTRICH (blau statt gr�n) */
.input-group label::after {
    content: "";
    display: block;
    width: 25%;
    height: 2px;
    background: #4e9eff;
    margin-top: 4px;
    border-radius: 2px;
    transition: 0.3s;
}

/* LABEL + LINIE BEI FOKUS */
.input-group:focus-within label {
    color: #ffffff;

    text-shadow:
        0 0 6px rgba(120, 190, 255, 0.8),
        0 0 12px rgba(120, 190, 255, 0.4);

    transform: translateY(-2px);
}    color: #d6e6ff;
    transform: translateY(-2px);
    text-shadow: 0 0 8px rgba(78,158,255,0.8);
}

/* LINIE WIRD L�NGER (bleibt blau) */
.input-group:focus-within label::after {
    width: 45%;
}/* WRAPPER (zentriert alles sch�n) */
.login-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 70vh;
}

/* LOGIN CARD */
.login-card {
    width: 350px;
    padding: 30px;

    background: rgba(20, 25, 40, 0.9);
    border: 2px solid #2f4f7f;
    border-radius: 18px;

    box-shadow: 0 0 25px rgba(78,158,255,0.15);

    backdrop-filter: blur(10px);
    transition: 0.3s;
}

/* Hover Glow */
.login-card:hover {
    border-color: #4e9eff;
    box-shadow: 0 0 35px rgba(78,158,255,0.25);
}

/* Titel */
.login-card h1 {
    text-align: center;
    color: #e6f0ff;
    margin-bottom: 25px;
    padding-bottom: 10px;
}

/* INPUT GROUP */
.input-group {
    margin-bottom: 20px;
}

/* LABEL */
.input-group label {
    color: #9fb8ff;
    font-size: 13px;
    margin-bottom: 6px;
    display: block;
}

/* INPUT */
.input-group input {
    width: 100%;
    padding: 12px;

    background: rgba(78,158,255,0.08);
    border: 2px solid #2f4f7f;
    border-radius: 12px;

    color: white;
    font-size: 14px;

    outline: none;
    transition: 0.25s;
}

/* HOVER */
.input-group input:hover {
    border-color: #3f6fbf;
}

/* FOCUS (Glow Effekt bleibt!) */
.input-group input:focus {
    border-color: #4e9eff;
    box-shadow: 0 0 12px rgba(78,158,255,0.6);
    background: rgba(78,158,255,0.15);
}

/* BUTTON */
.button {
    width: 100%;
    padding: 12px;

    border: none;
    border-radius: 12px;

    background: linear-gradient(135deg, #4e9eff, #2b7cff);
    color: white;

    font-size: 15px;
    font-weight: bold;

    cursor: pointer;
    transition: 0.25s;
}

/* BUTTON HOVER */
.button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(78,158,255,0.5);
}

/* BUTTON CLICK */
.button:active {
    transform: scale(0.97);
}

/* ERROR BOX (angepasst ans Design) */
.error {
    background: rgba(255,78,78,0.15);
    border: 2px solid #ff4e4e;
    color: #ffd6d6;

    padding: 10px;
    border-radius: 12px;
    margin-bottom: 15px;
}
* INPUT FOCUS (Glow jetzt blau) */
.input-group input:focus,
.input-group textarea:focus,
.input-group select:focus {
    border-color: #4e9eff;
    box-shadow: 0 0 15px rgba(78,158,255,0.9);
    background: rgba(255, 255, 255, 0.12);
}

/* LABEL STANDARD */
.input-group label {
    color: #9fb8ff;
    transition: all 0.8s ease;
}

/* UNTERSTRICH (blau statt gr�n) */
.input-group label::after {
    content: "";
    display: block;
    width: 25%;
    height: 2px;
    background: #4e9eff;
    margin-top: 4px;
    border-radius: 2px;
    transition: 0.6s;
}

/* Standard (kurze Linie) */
.input-group label::after {
    content: "";
    display: block;

    width: 45%;
    height: 2px;

    background: #7ec3ff;
    border-radius: 2px;

    margin-top: 4px;

    
    transition: width 0.1s;
}
/* ?HOVER ? etwas l�nger */
.input-group:hover label::after {
    width: 55%;
}

/*  FOKUS ? richtig lang + Glow */
.input-group:focus-within label::after {
    width: 100%;
    box-shadow: 0 0 8px rgba(120,190,255,0.8);
}
/* =========================
   NOTIFICATIONS (FIXED + MODERN)
========================= */

/* Wrapper (Icon) */
.notif-wrapper {
    position: relative;
    cursor: pointer;
    font-size: 20px;
}

/* Badge */
.notif-badge {
    position: absolute;
    top: 10px;
    right: 5px;

    background: #4e9eff;
    color: white;

    font-size: 10px;
    padding: 3px 7px;
    border-radius: 50%;

    box-shadow: 0 0 8px rgba(120,190,255,0.8);
}


/* =========================
   DROPDOWN (WICHTIG FIXED)
========================= */
.notif-dropdown {
    position: fixed;          /* ? verhindert Men�-Bug */
    top: 70px;                /* H�he Header anpassen */
    right: 20px;

    width: 280px;

    background: rgba(30, 32, 45, 0.95);
    backdrop-filter: blur(12px);

    border-radius: 14px;
    border: 1px solid rgba(120,190,255,0.25);

    box-shadow:
        0 0 10px rgba(120,190,255,0.15),
        0 0 30px rgba(120,190,255,0.08);

    overflow: hidden;
    z-index: 9999;

    display: none;
}


/* sichtbar */
.notif-wrapper.active .notif-dropdown {
    display: block;
}


/* =========================
   ITEMS
========================= */
.notif-item {
    display: block;
    padding: 12px 14px;

    color: #dce3f0;
    text-decoration: none;

    border-bottom: 1px solid rgba(120,190,255,0.08);

    transition: all 0.25s ease;
}

/* Hover */
.notif-item:hover {
    background: rgba(120,190,255,0.08);

    color: #ffffff;

    box-shadow: inset 0 0 10px rgba(120,190,255,0.2);
}

/* letztes */
.notif-item:last-child {
    border-bottom: none;
}


/* =========================
   EMPTY STATE
========================= */
.notif-empty {
    padding: 15px;
    text-align: center;

    color: #8faed6;
    font-size: 13px;
}
/* =========================
   MODERNES H1 (REGISTER)
========================= */
h1 {
    text-align: center;
    position: relative;
    display: inline-block;

       text-align: center;

    color: #cfe6ff;
    font-size: 28px;
    font-weight: 600;

    text-shadow:
        0 0 8px rgba(120,190,255,0.5),
        0 0 18px rgba(120,190,255,0.25);

    margin-bottom: 30px;
}

/* Unterlinie */
h1::after {
    content: "";
    display: block;

    width: 120%;              /* l�nger als Text */
    height: 3px;

    margin: 8px auto 0 auto;

    background: linear-gradient(
        90deg,
        transparent,
        #7ec3ff,
        #4e9eff,
        #7ec3ff,
        transparent
    );

    border-radius: 2px;

    box-shadow:
        0 0 8px rgba(120,190,255,0.6),
        0 0 16px rgba(120,190,255,0.3);
}
.news-shortdesc {
	margin:8px;
	padding:8px;
	text-decoration:none;
}
.news-img
{
	padding-left:16px;
}
.news-title
{
	color:#FFFFFF;
}
h3 .news-title
{
	color:#FFFFFF;
}
a .news-title 
{
	color:#FFFFFF;
}



.modern-table td {
    vertical-align: top;
    height: 120px;
    padding: 10px;

    border: 1px solid rgba(120, 190, 255, 0.25);
    border-radius: 12px;

    background: rgba(30, 32, 45, 0.6);

    transition: 0.2s;
}

.modern-table td:hover {
    background: rgba(120, 190, 255, 0.08);
    box-shadow: 0 0 12px rgba(78,158,255,0.25);
    transform: scale(1.02);
}
.page-header {
    background: linear-gradient(135deg, #3498db, #2c3e50);
    color: white;
    padding: 14px 18px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.page-header h1 {
    margin: 0;
    font-size: 18px;
}


