body{
    font-family: 'Merriweather', serif; 
    background-color: #1b1f3a; 
    color: #e0e0e0; 
    margin: 0;
    padding: 0;
    text-align:center;
    font-size: 15px;
    padding-bottom: 5px;
    padding-top: 5px;

}
h1 {
    background: linear-gradient(180deg, #2b2e3d 0%, #1b1f3a 100%);
    border-bottom: 5px solid #c8aa6e; 
    padding: 30px;
    text-align: center;
    color: #c8aa6e; 
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.6);
}
h3{
    font-family: monospace;
    background: linear-gradient(180deg, #2b2e3d 0%, #1b1f3a 100%);
    padding: 20px;
    text-align: center;
    color: #c8aa6e; 
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
}

h2 {
    font-family: monospace;
    background: linear-gradient(180deg, #2b2e3d 0%, #1b1f3a 100%);
    border-bottom: 5px solid #c8aa6e; 
    padding: 20px;
    text-align: center;
    color: #c8aa6e; 
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.6);
    max-width: 500px;
    margin: 20px auto; 
    border-radius: 10px;
}



.videolol {
    position: relative;
    max-width: 60%;
    margin: auto;
    padding-bottom: 10px;
    padding-top: 5px;

}

video {
    width: 100%; 
    height: auto;
    max-height: 100%; 
    display: block;
    margin: auto;
    object-fit: contain; 
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.6);
}
.Activebutton {
    display: flex;
    justify-content: space-between;
    width: 30%;
    margin: auto;
}
button {
	background: linear-gradient(180deg, #c8aa6e, #a97d48);
    border: 2px solid #774d25; 
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
    transition: all 0.3s ease;
}
button:hover{
    background: linear-gradient(180deg, #d4b072, #c08b50);
    border-color: #a97d48;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);

}
.chapterButton {
    border: 2px solid #24221b;
    background-color: #e4dcc9;
    color: #24221b;
	border-radius: 50px;
	display: flex;
	width: 300px;
    margin: auto;
    margin-top: 10px;
    justify-content: center;
	font-family: monospace;
	font-size: 15px;
    padding-block: 1%;
}
.chapterButton:hover {
    border: 2px solid #24221b;
    background-color: #24221b;
	color: #e4dcc9;

}


footer { 
    background: linear-gradient(180deg, #10131f 0%, #1b1f3a 100%);
    border-top: 5px solid #774d25; 
    text-align: center;
    padding: 15px;
    color: #c8aa6e;
    font-size: 14px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}