﻿/* General Body Styling */
/*body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    color: #333;
}*/

/* Header Styling */
/*header {
    background-color: #ff4d4d;*/ /* Light red header */
    /*padding: 15px 20px;
    text-align: center;
    color: white;
    font-size: 24px;
    font-weight: bold;
    font-family: serif;
}*/

/* Main Content Container */
/*.container {
    width: 90%;
    margin: 20px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}*/
html, body {
    margin: 0;
    padding: 0;
}


/* Paragraph Styling */
p {
    font-size: 18px;
    line-height: 1.6;
    font-family: 'Times New Roman';
    text-align: center;
    font-weight: 400;
    /* margin-bottom: 15px;*/
}


h1, h2, h3, h4, h5, h6 {
    font-family:'Times New Roman';
    text-align: center;
    font-weight:100;
    
    

   /* line-height: 1.6;*/
}

h1{

    font-size:42px;
    
    
}

/* Image Styling */
/*img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    display: block;
    margin: 10px auto;
}*/

/* Button Styling */
button, .btn {
    padding: 20px 20px;
    background-color:chocolate; /* Green button */
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    font-size: 16px;
    display: inline-block;
    margin-top: 10px;
}

    button:hover, .btn:hover {
        background-color: black;
        text-decoration: none;
    }

 Footer Styling 
/*footer {*/
   /* background-color: #333;*/
    /*color: white;
    
    text-align: center;
    padding: 10px 0;
    position: relative;
    width: 100%;
}*/


 


/* Links Styling */
a {
    color: #007bff;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

/* Responsive Design */
/*@media (max-width: 768px) {
    .container {
        width: 95%;
        padding: 10px;
    }

    header {
        font-size: 20px;
    }

    
    
}*/


@media (max-width: 768px) {
    .my-div {
        position: static !important;
    }
}
