body {
    background: url('Secondary Logo-01.png') no-repeat center center/cover;
    text-align: center;
    font-family: Arial, sans-serif;
    color: white;
}
.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}
header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}
.logo img {
    width: 200px;
}
nav {
    margin-top: 10px;
}
nav a {
    margin: 0 15px;
    color: #008080;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: bold;
}
h1 {
    font-size: 2.5rem;
    color: #008080;
}
p {
    font-size: 1.2rem;
    color: #333;
}
.contact {
    margin-top: 20px;
    font-size: 1rem;
    color: #008080;
}
a {
    color: #ff9800;
    text-decoration: none;
    font-weight: bold;
}