body {
    font-family: "Montserrat-Regular" ;
    line-height: 1.6;
    margin: 0;
    background-color: #f4f4f4;
    color: #333;
    src: url('/Fonts/Montserrat-Regular.ttf')format('ttf');
}

.container {
    max-width: 960px;
    margin: 20px auto;
    padding: 30px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

header {
    text-align: center;
    margin-bottom: 20px;
}

header h1 {
    color: #007bff;
}

section {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

section:last-child {
    border-bottom: none;
}

h2 {
    color: #333;
    margin-top: 0;
    margin-bottom: 15px;
}

p {
    margin-bottom: 15px;
}

ul {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 15px;
}

footer {
    text-align: center;
    padding-top: 20px;
    color: #777;
    font-size: 0.9em;
}