body{
    background-image: url('../img/index_rpy.png');
    background-repeat: repeat-y;
}
  
.place{
    margin: 1rem 0.8rem 0rem 0.8rem;
    padding: 8pt;
    background-color: white;
    border-radius: 0.8rem;
  }
  
  #lis .top img{
    width: 95pt;
  }
  
  #lis .top{
    padding-bottom: 8pt;
    border-bottom: 1px solid #F1F1F1;
  }
  
  #lis .top h2{
    margin-left: 5pt;
    margin-top: 35pt;
    font-size: 14pt;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
  }
  
  #lis p{
    color: #86622A;
    margin-top: 12pt;
  }
  
  #lis .btn{
    width: 78.72pt;
    height: 26.35pt;
    margin-top: 11px;
    text-align: center;
    line-height: 24.35pt;
    color: white;
    font-size: 14pt;
    border-radius: 20pt;
    background-image: linear-gradient(to bottom, #86622A, #D8C3A7);
    text-decoration: none;
  }
  
  #content{
    margin-top: -1rem;
    position: relative;
  }
  
  #lis{
    position: absolute;
    top: 1.5rem;
    left: 0rem;
    width: 100%;
  }
  
  
  
  #lis li{
    list-style: none;
  }
  
  .contact-info {
    width: 80%;
    margin: 0 auto;
    margin-top: 1rem;
    text-align: left;
    color: #693F2A;
    font-size: 12pt;
    font-family: PingFangSC, PingFang SC;
  }