
html{
    font-family: 'Akaya Telivigala', cursive;
    background-color: #f06d06;
    color: #fff;
}

body {
  width: 600px;
  margin: 0 auto;
  background-color: #FF9500;
  padding: 0 20px 20px 20px;
  border: 5px dashed black;
  border-radius: 18px;
}

h1 {
    font-size: 60px;
    text-align: center;
    margin: 0;
    padding: 20px 0;
    color: #f8fafc;
    text-shadow: 3px 3px 5px black;
  }

  #banner{
      width:100px;
      
  }
  img{
      display: block;
      margin: 0 auto;

  }
  
  p, li {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0rem;
  }

p {
    color:brown;
    width:fit-content;
    border: 1px dotted black;
    border-radius: 4px;
}
.steps{
    font-family: 'Montserrat', sans-serif; 
}

p:first-line,li:first-child {
    background-color: rgb(213, 243, 143);
}

p[sanmi]:hover,.steps:hover{
    background-color: rgb(235, 145, 10);
    width:fit-content ;
    padding: 0px 4px;
    border-radius: 4px;
    font-family: 'Akaya Telivigala', cursive;
}



#people li {
    color: blue;
}