
#Introduction {
  font-size: 20px;
}

#Katey {
  color: light blue;
}

h3{
  color:#91429b
}

h1{
  color:#B910C1
}

h2{
  color:#B910C1
}

ul{
  float:center;
}

body{
  background-color:lightblue;
}

.lists{
  display:flex;
}

h3{
  float:center;
}


#Here{
  display:inline;
}