body {
	    font-family: 'Serif', Times, 'Times New Roman', serif;
	        background: #fafafa;
		    color: #333;
		        margin: 0;
			    padding: 0;
		    }

		    .container {
			        width: 75%;
				    margin: auto;
				        overflow: hidden;
				}

				header {
					    background: #2c3e50;
					        color: #ecf0f1;
						    padding: 20px 0;
						        text-align: center;
						}

						main {
							    padding: 20px;
							        text-align: center;
								    background: #ecf0f1;
							    }

							    footer {
								        text-align: center;
									    padding: 10px 0;
									        background: #34495e;
										    color: white;
									    }

									    button {
										        background: #3498db;
											    color: white;
											        border: none;
												    padding: 10px 20px;
												        cursor: pointer;
													    transition: background-color 0.3s;
													        border-radius: 5px;
														    margin-top: 20px;
													    }

													    button:hover {
														        background: #2980b9;
														}

														.articulate-text {
															    margin-bottom: 20px;
															        line-height: 1.6;
																    font-size: 1.1em;
															    }

