/* Style the tab */
.tab {
    overflow: hidden;
    /* border: 1px solid #ccc;
    background-color: #f1f1f1; */
    width: auto;
    margin-bottom: 20px;
        display: flex;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    /* padding: 4px 40px; */
    /* margin-left: 4px;
    margin-right: 40px; */
    transition: 0.3s;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 5px;
    line-height: 1.8;
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    /* background-color: #ddd; */
    /* text-decoration: underline; */
    /* -webkit-text-decoration-color: red; ---Safari */
    /* text-decoration-color: red; */
    border-bottom: 5px solid #ff9999;
}

/* Create an active/current tablink class */
.tab button.active {
  border-bottom: 5px solid red;

    /* background: #FF0000; */
}

/* Style the tab content */
/* .tabcontent { */
    /* display: none;
    padding: 6px 12px; */
    /* border: 1px solid #ccc;
    border-top: none; */
    /* width: 100%;
      height: 350px;
      margin-bottom: 30px;
      margin-top: 3%;
      background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    position: relative; */

/* } */
.tablinks{
  margin-left: 2%;
  margin-right: 5%;
}
