/*"PAGE" DESIGN TEMPLATE*/

body {
    font-family: Arial, sans-serif;
    background-color: #f8f9fa;
    color: #333;
    margin: 40px;
    line-height: 1.6;
}

h1 {
    color: #2c3e50;
    font-size: 36px;
    border-bottom: 2px solid #2c3e50;
    padding-bottom: 10px;
}

h2 {
    color: #34495e;
    font-size: 24px;
    margin-top: 30px;
    }

ul {
    list-style-type: disc;
    padding-left: 20px;
    margin-top: 10px;
}

li {
    margin-bottom: 8px;
}

body {
    max-width: 800px;
    margin: auto;
}

section {
    background-color: white;
    padding: 20px 30px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    margin-bottom: 30px;
}

#printButton{
    position: fixed;
    bottom: 20px;
    left: 77%;
    max-width: calc(100vw - 40px);
    padding: 12px 18px;
    background-color: #34495e;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}