body {
  font-family: 'Arial', sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  color: #333;
}

header {
  background-color: #007bff;
  color: white;
  padding: 20px 0;
  text-align: center;
}

.logo h1 {
  margin: 0;
  font-size: 1.5rem;
}

.logo p {
  font-style: italic;
  margin: 10px 0 0;
}

nav ul {
  list-style: none;
  padding: 0;
}

nav ul li {
  display: inline;
  margin: 0 15px;
}

nav a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

nav a:hover {
  text-decoration: underline;
}

.welcome {
  background: #f8f9fa;
  padding: 50px 20px;
  text-align: center;
}

.content h2 {
  font-size: 2em;
  margin-bottom: 20px;
}

.content p {
  max-width: 600px;
  margin: 0 auto 20px;
  padding: 0 15px;
}

footer {
  background-color: #343a40;
  color: white;
  text-align: center;
  padding: 20px 0;
  position: relative;
  bottom: 0;
  width: 100%;
}

footer .social-links {
  margin-top: 10px;
}

footer .social-links a {
  color: white;
  margin: 0 10px;
  text-decoration: none;
}

footer .social-links a:hover {
  text-decoration: underline;
}

#home1{
  color: #343a40;
  font-size: x-large;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .logo h1 {
      font-size: 2em;
  }

  .content h2 {
      font-size: 1.8em;
  }
  
  .welcome {
      padding: 30px 10px;
  }
}
