body{
    background-color: rgb(216, 206, 206);
}
h1 {
    color: rgb(155, 21, 21);             
    font-family: Arial, sans-serif;
    text-align: center;
    text-transform: uppercase; 
    letter-spacing: 2px;       
}

h2 {
    color: rgb(155, 21, 21);             
    font-family: Arial, sans-serif;
    text-align: justify;
    text-transform: uppercase; 
    letter-spacing: 2px;       
}

h {
    text-align: justify;
    color: rgb(155, 21, 21);
    font-family: Arial, sans-serif;
    text-transform: uppercase; 
    letter-spacing: 2.2px;       ;       

}

button {
    text-align: center;
    background-color: rgb(146, 17, 17);   
    color: rgb(139, 16, 16);              
    border: none;              
    padding: 12px 24px;        
    font-size: 16px;
    font-weight: bold;
    border-radius: 8px;        
    cursor: pointer;           
    transition: 0.3s ease;     
}

p {
    font-size: 24px ;
    text-align: justify;
}

a {
    text-align: center;
    color:rgb(0, 0, 0);
}

button:hover {
    background-color: rgb(168, 24, 24); 
    transform: scale(1.05);
    text-align: center;      
}


button:active {
    background-color: rgb(201, 46, 46); 
    transform: scale(0.95);      
}

link {
    color: black;
}

.button-bar {
    display: flex;
    gap: 15px;         
    justify-content: center; 
    margin-top: 20px;
}

.navbar {
    position: fixed;       
    top: 0;
    left: 0;
    width: 100%;
    background-color: #984c4c; 
    display: flex;
    justify-content: center;
    gap: 20px;            
    padding: 15px 0;
    z-index: 1000;
}

.btn {
    text-decoration: none;
    background-color: #a43d30; 
    color: rgb(37, 9, 9);
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}


.btn:hover {
    background-color: #122a57;
}


body {
    margin-top: 80px; 
}
.img1 {
    width: 300px;   
    height: auto;   
    display: block;
    margin: 20px auto; 
}





.image-row {
    display: flex;              
    justify-content: center;    
    gap: 15px;                  
    margin: 20px 0;
}
.img2 {
    width: 200px;   
    height: 150px;  
    object-fit: cover; 
    border-radius: 8px; 
}

body {
    font-family: Arial, Helvetica, sans-serif;
    margin: 20px;
    line-height: 1.6;
}

h1 {
    color: #830404;
    margin-top: 30px;
}

ul {
    margin-bottom: 20px;
}

img {
    width: 350px;
    margin: 10px 0;
    border-radius: 6px;
}

table {
    border-collapse: collapse;
    width: 100%;
    margin: 25px 0;
}

table, th, td {
    border: 1px solid #333;
}

th {
    background: #6f0b0b;
    color: white;
    padding: 10px;
}

td {
    padding: 10px;
}
.img3 {
    margin-top: 50px; 
    width: 900px;    
    height: auto;
    margin-left: -20px; 
    margin-right: 20px;
    object-fit: cover;   
}

table {
    border-collapse: collapse;
    width: 100%;
    margin: 25px 0;
}

table, th, td {
    border: 1px solid #333;
}

th {
    background: #6f0b0b;
    color: white;
    padding: 10px;
}

td {
    padding: 10px;
}
p {
    margin-top: 70px;  
}
li {
    margin-bottom: 10px; 
}
.fb-link {
    display: inline-block;
    padding: 12px 20px;
    background-color: #7c1009; 
    color: white;
    text-decoration: none;
    font-weight: bold;
    border-radius: 8px;
    transition: background-color 0.3s ease;
}

.fb-link:hover {
    background-color: #de2a2a; 
}
.f {
    width: 100%;
    height: 100vh;
    background-image: url('img/cbt.jpg');
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}