div.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #ffa266;
    color: white;
}

/* Style the buttons inside the tab */
div.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

/* Change background color of buttons on hover */
div.tab button:hover {
    background-color: #ff6400;
}

/* Create an active/current tablink class */
div.tab button.active {
    background-color: #ff6400;
    color: white;
    font-weight: bold;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid green;
    border-top: none;
}

.shloka {
    margin: auto;
    width: 60%;
    border: 3px solid green;
    padding: 10px;
}
.art-footer
{
  background: #F5D49E;
  border-top: 1px solid #FEAB6D;
  padding: 10px;
  margin: 15px auto 0;
  position: relative;
  color: #381801;
  font-family: 'Comic Sans MS', Tahoma, Arial, Sans-Serif;
  text-align: center;
}

