﻿body {
    padding-top: 90px;
}

.top-bar {
    background-color: orange;
    color: white;
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1030;
    display: flex;
    align-items: center;
    justify-content: center;
}

h1, h2, h3, h4, h5 {
    color: navy;
}

h1 {
    font-weight: bold;
    text-shadow: 2px 2px 4px gray; /* X, Y, blur, color */
    background-color: lavender; /* Light lavender background */
    padding: 10px; /* Optional: adds spacing inside the h1 */
    border-radius: 5px; /* Optional: rounded corners */
}

p, ul {
    font-size: 1.8rem;
    line-height: 1.6;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

hr {
    border: none;
    height: 5px;
    background-color: purple;
    width: 100%;
    margin: 20px 0;
}

.Section {
    background-color:lavender;
}

.myFooter {
    font-size: medium;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    background-color: lavender;
    color: navy;
}
