| Linux premium274.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64 Path : /home/whagcoha/globalsocieties.org/ |
| Current File : /home/whagcoha/globalsocieties.org/styles.css |
body {
margin: 0;
font-family: Arial, sans-serif;
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
background-color: #f4f4f4;
}
.container {
max-width: 800px;
text-align: center;
background-color: #fff;
padding: 20px;
border-radius: 8px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.image-section {
margin-bottom: 20px;
}
.responsive-image {
width: 100%;
height: auto;
border-radius: 8px;
}
.content-section h1 {
font-size: 2rem;
color: #2c3e50;
margin-bottom: 10px;
}
.content-section p {
font-size: 1rem;
color: #34495e;
}
.content-section strong {
color: #27ae60;
}