style.css
style.css
*{
margin: 0;
padding: 0;
box-sizing: border-box;
a{
color: white;
body {
background-color: whitesmoke;
color: #333;
line-height: 1.6;
header {
height: 80vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
color: goldenrod;
text-align: center;
position: relative;
header h1 {
font-size: 3.5em;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 10px;
header p {
font-size: 1.2em;
margin-bottom: 20px;
letter-spacing: 1px;
nav ul {
list-style-type: none;
display: flex;
justify-content: center;
border-radius: 8px;
nav ul li {
margin: 0 15px;
nav ul li a {
color: #fff;
text-decoration: none;
font-size: 1.1em;
font-weight: bold;
border-radius: 5px;
transition: background-color 0.3s;
nav ul li a:hover {
/* Section Styling */
section {
margin: 0 auto;
max-width: 1200px;
h2 {
font-size: 2.5em;
text-align: center;
margin-bottom: 20px;
color: #444;
position: relative;
h2::after {
content: '';
width: 80px;
height: 4px;
background-color: #fcba03;
display: block;
border-radius: 2px;
}
/* Facilities Section */
#facilities ul {
display: flex;
justify-content: space-around;
flex-wrap: wrap;
#facilities ul li {
background-color: #fcba03;
color: white;
padding: 20px;
margin: 10px;
border-radius: 10px;
flex: 1 1 200px;
text-align: center;
font-weight: bold;
#facilities ul li:hover {
transform: translateY(-10px);
.gallery {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.gallery img {
width: 100%;
max-width: 300px;
margin: 15px;
border-radius: 10px;
.gallery img:hover {
transform: scale(1.05);
/* Contact Section */
#contact {
text-align: center;
background-color: #fcba03;
border-radius: 8px;
#contact p {
font-size: 1.2em;
color: #fff;
margin: 10px 0;
#contact a {
color: #fff;
text-decoration: underline;
#contact a:hover {
text-decoration: none;
color: #333;
/* Footer Styling */
footer {
background-color: #333;
color: white;
text-align: center;
padding: 20px 0;
font-size: 0.9em;
position: relative;
footer p {
margin: 0;
header h1 {
font-size: 2.5em;
.gallery {
justify-content: center;
}
nav ul {
flex-direction: column;
nav ul li {
margin-bottom: 10px;
#facilities ul {
flex-direction: column;
header p {
font-size: 1em;