body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    background: #ffffff;
    color: #333;
}

header {
    background: #ffffff;
    padding: 20px;
    border-bottom: 2px solid #0072CE;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header img {
    height: 120px;
}

nav a {
    margin-left: 20px;
    text-decoration: none;
    color: #0072CE;
    font-weight: 600;
}

h1, h2 {
    color: #0072CE;
}

.container {
    width: 90%;
    max-width: 1100px;
    margin: 40px auto;
}

.button {
    display: inline-block;
    padding: 12px 20px;
    background: #4CAF50;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    margin-top: 20px;
}

footer {
    margin-top: 60px;
    padding: 20px;
    background: #f5f5f5;
    text-align: center;
    border-top: 2px solid #0072CE;
}
