  /* Style the tab */
  .tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    display: flex;
    justify-content: space-around;
  }

  /* Style the buttons that are used to open the tab content */
  .tab span {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 8px 4px 2px;
    transition: 0.3s;
  }

  /* Change background color of buttons on hover */
  .tab span:hover {
    background-color: #ddd;
  }

  /* Create an active/current tablink class */
  .tab span.active {
    background-color: #ccc;
  }

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

  span.atlastk {
    display: flex;
  }
    
  .atlastk img {
    padding: 10px;
    margin: auto;
    margin-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    border-radius: 10px;
  }
