body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
}

.container {
    width: 80%;
    margin: 0 auto;
}

header {
    background-color: #333;
    color: white;
    padding: 20px 0;
    text-align: center;
    position: relative;
}

header h1 {
    margin: 0;
    font-family: 'Magna Typeface', sans-serif;
}

nav {
    margin-top: 20px;
}

nav a {
    text-decoration: none;
    color: white;
    padding: 10px 15px;
    margin: 0 10px;
    border-radius: 5px;
    background-color: #555;
    font-family: 'Magna Typeface', sans-serif;
}

nav a:hover {
    background-color: #777;
}

.login-link {
    position: absolute;
    top: 20px;
    right: 20px;
    text-decoration: none;
    color: white;
    padding: 10px 15px;
    border-radius: 5px;
    background-color: #4CAF50;
    font-family: 'Magna Typeface', sans-serif;
}

.login-link:hover {
    background-color: #45a049;
}

.main-content {
    text-align: center;
    margin-top: 30px;
}

.main-content h2 {
    color: #333;
}

.main-content p {
    color: #555;
    margin-bottom: 20px;
}

.main-content img {
    max-width: 100%;
    height: auto;
    margin: 20px 0;
}

.centered-content {
    text-align: center;
}

.centered-content img {
    display: block;
    margin: 0 auto;
}

.centered-content p {
    max-width: 80%;
    margin: 20px auto;
}

.content-block {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.content-block h3 {
    color: #333;
}

.content-block p {
    color: #555;
}

.content-block img {
    max-width: 100%;
    height: auto;
    margin: 20px 0;
}
