body{
    background: #01ABAA;
    font-family: 'Open Sans', sans-serif;
  }

  .w3-sidebar{
    background-color:#FEA680!important;
    width: 20% !important;
  }
  .sidebar-container{
  margin-left:20%;
  }
  
  .searchedWord{
    background-color:#FEA680;
    color:black;
    border-radius: 5%;
    border:3px solid black;
    padding:5px;
    margin:10px;
  }
  .main{
    margin:0 -1em;
  }

  .pure-g > div{
    padding: 0 1em;
  }

  img {
    background-color: #FEDC3D;
    padding:2rem 3rem;
    width:100%;
    border-radius: 5%;
  }
  #quotes-go-here{
    background-color: #FFFEF2;
    padding: 1rem;
    border-radius: 5%;
  }
  #definition{
    background-color: black;
    color: #FFFEF2;
    padding: 1rem;
    border-radius: 5%;
  }

  .search {
    width: 100%;
    position: relative;
    display: flex;
  }
  .searchTerm {
    width: 100%;
    border: 3px solid #FEA680;
    border-right: none;
    padding: 10px;
    height: 7px;
    border-radius: 5px 0 0 5px;
    outline: none;
    color: #9DBFAF;
  }
  .searchTerm:focus{
    color: rgb(27, 156, 143)
  }
  #searchBtn {
    width: 40px;
    height: 45px;
    border: 1px solid  #FEA680;
    background:#FEA680;
    text-align: center;
    color: rgb(255, 227, 190);
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-size: 28px;
  }
  
  @media screen and (max-width: 768px) {
      .w3-sidebar{
        visibility: collapse;
      }
  }