body {
  font-family: Arial, sans-serif;
  margin: 0;
  height: 100vh;
  width: 100%;
  background-image: url('../images/background.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

h1 {
  color: #5F8575;
  text-align: center;
}

p {
  line-height: 1.6;
  color: #5F8575;
}

a {
  color: #5F8575;
  text-decoration: none;
}

#main {
  width: 80%;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
}
