html, body{
    height: 100%;
    overflow: hidden;
    background-color: #fff8ee;
  }
  a {
    color: inherit;
    text-decoration: none; 
  }
 
  #items {
    display:grid;
    max-width:1000px;
    margin:auto;
    grid-template-columns:50% 30% 20%;
    font-family:  "area-normal", sans-serif;
    font-size: 14px;
  }

  .otheritems{
    display: flex;
    justify-content: space-between;  
    height: 700px;
    flex-direction: column;
    margin-left: 180px;
    margin-top: -15px;

  }
  .book{
    margin-left:1px; 
  }
  .reuse{
    margin-left:5px;
  }
  .coconut{
    margin-left:-8px;
  }
  .calendar{
    margin-left:-8px;
  }
  .paragraph{
    margin-left:-80px;
    margin-top: 150px;
    margin-right:40px;
  }
  .home{
    margin-left:20px;
  }
  .intro-hover {
    position: absolute;
    top: 340px;
    right: 395px;
    opacity: 0;
    transition: opacity 0.3s ease;
    background-color: #0031ff;
    width: 15%;
    height: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius:20px;
  }
  .mainimage:hover .intro-hover {
    opacity: 1;
  }
  .intro-hover p {
    color:#fff8ee;
    font-size: 30px;
    font-family: "adobe-tamil", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    padding: 1rem;
  }
  .mainimage{
    margin-top: 100px; 
    margin-left:30px; 
  }