body {
    margin: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f5f5f5;
    color: #222;
}

header {
    background-color: #00334e;
    padding: 20px;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
}

main {
    max-width: 900px;
    margin: 40px auto;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    padding: 40px;
    line-height: 1.7;
}

h1 {
    color: #01354d;
    text-align: center;
    font-size: smaller;
}

h2 {
    margin-top: 30px;
    font-size: smaller;
}

.disc {
    text-align: justify;
    font-size: smaller;
    color: #444;
    margin-bottom: 50px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

a {
    color: #01354d;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}