/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */
body {
  background-color: #90EE90;
  color: black;
  font-family: Arial;
}

p {
  text-align:center;
  font-size:175%;
  background-color:#FF6699;
  margin:10px 50px 10px 50px;
  border:10px;
  border-style:solid;
  border-color:#FF6699;
}

nav {
  text-align:center;
  padding:5px 50px 5px 50px;
  border:2px;
  border-style:solid;
  border-color:#FF6699;
  margin:10px 350px 10px 350px
}

.idea {
  text-align:center;
  font-size:500%;
  text-decoration:underline;
  border-style:solid;
  border:5px;
  background-color:#FF6699;
  margin:10px 400px 50px 400px
}

.revising {
  text-align:center;
  font-size:500%;
  text-decoration:underline;
  border-style:solid;
  border:5px;
  background-color:#FF6699;
  margin:10px 100px 50px 100px
}

.resilience {
  text-align:center;
  font-size:500%;
  text-decoration:underline;
  border-style:solid;
  border:5px;
  background-color:#FF6699;
  margin:10px 50px 50px 50px
}

h2 {
  font-size:250%;
  text-align:center;
  text-decoration:underline;
  border-style:solid;
  border:5px;
  background-color:#FF6699;
  margin:50px 500px 10px 500px
}
.feedback {
  font-size:250%;
  text-align:center;
  text-decoration:underline;
  border-style:solid;
  border:5px;
  background-color:#FF6699;
  margin:50px 400px 10px 400px
}
img {
 margin:10px 520px 10px 520px; 
}
.resize {
  max-width:600px;
  height:auto;
  margin:20px 200px 20px 325px;
}

.subtext {
  text-align:center;
  font-size:100%;
  margin:10px 500px 10px 500px;
  border:2px;
  border-style:solid;
  border-color:#FF6699;
}