body, html {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
}

nav {
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
  text-align: center;
}

nav a {
  margin: 0 15px;
  text-decoration: none;
  color: #333;
  font-weight: bold;
}

.home-background {
  background: url('../Images/background.jpg') no-repeat center center/cover;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #333;
  text-shadow: 1px 1px 2px white;
  text-align: center;
}

section {
  padding: 60px 20px;
  max-width: 800px;
  margin: auto;
}