@import url('https://fonts.googleapis.com/css2?family=Share+Tech+Mono&display=swap');

body{
color: #ff69b4;
font-family: monospace, 'share tech mono';
margin: 0;
padding: 0;
background-image: url(back\ ground\ pink\ clouds.png) ;
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed;
background-size: cover;
text-align: center;

}

#nav {
  text-align: center;
  margin-bottom: 20px;
}

#nav a {
  color: #ff69b4;
  text-decoration: none;
  margin: 0 10px;
  font-weight: bold;
}

#nav a:hover {
  text-shadow: 0 0 10px #ffffff;
}

#content {
  padding: 15px;
  border: 3px groove #ff69b4;
}
#content h2 {
  color: #ff69b4;
  text-shadow: 0 0 5px #ffffff;
}

#content a {
  color: #ff69b4;
  text-decoration: underline;
}

#container {
  width: 1,000px;
  margin: 0 auto;
  padding: 10px;
  box-shadow: 0 0 20px #ff69b4;
}

#header {
  text-align: center;
  border-bottom: 1px solid #ff00ff;
  margin-bottom: 20px;
  text-shadow: 0 0 5px #ffffff;
}

#content h1 {
  text-shadow: 0 0 2px #FFFFFF;
}