/* General body styles */
body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 20px;
    background-color: #f8f9fa; /* Light background color */
}

/* Headings styles */
h4 {
    color: #007bff; /* Bootstrap primary color */
    text-align: center;
    margin-bottom: 10px;
}

h5 {
    color: #6c757d; /* Bootstrap secondary color */
    text-align: center;
    margin-bottom: 20px;
}

/* Blockquote styles */
blockquote {
    border-left: 5px solid #007bff; /* Bootstrap primary color */
    padding: 10px 20px;
    margin: 20px 0;
    background-color: #e9ecef; /* Light gray background */
    border-radius: 5px;
}

/* Paragraph styles */
p {
    margin-bottom: 15px;
    text-align: center;
}


/* License link styles */
a {
    color: #007bff; /* Bootstrap primary color */
    text-decoration: none; /* Remove underline */
}

a:hover {
    text-decoration: underline; /* Underline on hover */
}

/* Responsive adjustments */
@media (max-width: 768px) {
    body {
        margin: 10px; /* Reduce margin on smaller screens */
    }
}

#footer-1 {
    width: 100%;
    color: white;
    font-weight: lighter;
    position: fixed;
    bottom:0px;
    padding: 20px 0;
    height: 183px;
    }

.center {
    display: block;
    margin: 0 auto; 
    max-width: 100%; 
    height: auto; 
  }
