/* Basic CSS styling for the website */

h1 {
    color: #2c5aa0;
    font-size: 36px;
    text-align: center;
    margin-top: 50px;
    font-family: Arial, sans-serif;
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 20px;
    background-color: #f5f5f5;
}