h1 {
color: hotpink;
text-align: left;
font-size: 45px;
}

h2 {
  font-style: bold;
  text-align: left;
color: violet;
}

body {
  margin: 100px;
}

li {
    font-size: 30px;
    color: hotpink;
    list-style: square
    
    
}

p {
  font-family: cursive;
}

p.intro {
  width: 50%;
  font-style: bold;
}

footer {
    font-size: 25px;
    color: lightblue
}

.here {
  background-color: darkolivegreen;
}

.navbar {
  overflow: hidden;
  background-color: darkslategrey;
}

.navbar a {
  float: left;
  display: block;
  color: hotpink;
  text-align: center;
  padding: 10px;
  font-size: 1rem;
}