.logo{
  height:150px;
  width:150px;
  display: flex;
  position:relative;
  }
  
input{
    border-radius: 15px;  
    top:8%;
    left:10%;
    position:absolute;
    height:50px;
    width:1000px;
}

.botao{
   border-radius: 15px;  
    top:8%;
    left:60%;
    position:absolute;
    height:50px;
    width:200px;
  }
  
  .teste{
    display:flex;
    }
    
  .indicacoes{
    border:solid 2px #FF7F24;
    flex-direction:row;
    height:90%;
    width:20%;
    left:70%;
    }
  
  .livrossuspense{
    border: solid 4px #FF7F24;
    height:50%;
    width:80%;
    left:10%;
    }
    
    .teste2{
      display:flex;
      }
    
    .livrosromance{
       flex-direction:column;
       border: solid 2px #FF7F24;
      }
    
    img{
      height:90px;
      width:70px;
      object-fit:cover;
      border-radius:10px;
      }