
*{
    font-size: 20px;
    font-family: Arial, sans-serif;
    background-color: #414141;
}
h1{
    color: white;
    text-align: center;
}
#main-title{
    text-decoration: underline;
    font-weight: bold;
}
.intro-paragraph{
    font-style: italic;
    line-height: 1.5;
}
.content-paragraph{
    text-transform: uppercase;
}
p::first-letter {
    font-weight: bold;
  }
  .nav-link {
    color: forestgreen;
    text-decoration: none;
  }
  .color-box p {
    text-shadow: 2px 2px rgba(0, 0, 0, 0.3);
  }
