nav a:hover {
color: #ffd54f;
}
main {
max-width: 700px;
margin: 30px auto;
padding: 30px 20px;
background-color: white;
box-shadow: 0 0 8px rgba(0,0,0,0.1);
border-radius: 6px;
line-height: 1.6;
}
main h2 {
color: #064663;
border-bottom: 3px solid #0e7298;
padding-bottom: 8px;
margin-bottom: 20px;
text-align: center;
}
form {
display: flex;
flex-direction: column;
}
label {
margin-top: 15px;
font-weight: bold;
color: #0e7298;
}
input, textarea {
margin-top: 6px;
padding: 10px;
font-size: 1rem;
border: 1px solid #ccc;
border-radius: 4px;
resize: vertical;
}
button {
margin-top: 20px;
padding: 12px;
background-color: #0e7298;
color: white;
font-size: 1rem;
border: none;
border-radius: 4px;
cursor: pointer;
transition: background-color 0.3s ease;
}
button:hover {
background-color: #064663;
}
footer {
background-color: #064663;
color: white;
text-align: center;
padding: 18px 15px;
margin-top: 40px;
font-size: 0.9rem;
}
/* Responsive */
@media (max-width: 600px) {
nav a {
display: block;
margin: 10px 0;
}
main {
margin: 20px 10px;
}
}
Contact Us
If you have any questions, suggestions, or inquiries, please feel free to reach out to us using the contact form below or directly via email:
Email: sosozrida9@gmail.com
Comments
Post a Comment