/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 18px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: yellow;
  color: black;
}

/* Add an active class to highlight the current page */
.topnav a.active {
  background-color: Yellow;
  color: black;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}
h3{color:salmon;}

h3{color:salmon;}

h1{color:salmon;}
p{color:black;}
p2{color:black;}
h1 {font-size: 60px;}
body{
  background-color:#48D1CC
}
h2{color:salmon;}

/* Add a black background color to the top navigation */
.topnav {
  background-color: gray;
  overflow: hidden;