@charset "utf-8";
/* CSS Document */
body {
    margin: 0;
    font-family: Arial, sans-serif;
    text-align: center;
}

header {
    background-color: white;
    padding: 20px;
}

h1 {
    font-size: 40px;
    margin: 10px;
}

nav {
    margin-top: 20px;
}

nav a {
    text-decoration: none;
    margin: 0 15px;
    font-size: 18px;
}

main {
    padding: 80px 20px;
}

h2 {
    font-size: 35px;
    color: #000000;
}

h3 {
    font-size: 25px;
}

p {
    font-size: 18px;
    line-height: 1.6;
    color: #000000;
}
