
* {box-sizing: border-box}
body {font-family: "Lato", sans-serif;}

/* Style the tab */
div.tab {
    float: left;
    border: 1px solid #ccc;
    background-color: #999966;
    width: 20%;
   
}

/* Style the buttons inside the tab */
div.tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 10px 10px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
div.tab button:hover {
    background-color: #eed;
}

/* Create an active/current "tab button" class */
div.tab button.active {
    background-color: #ffe;
}

/* Style the tab content */
.tabcontent {
    float: left;
    padding: 0px 12px;
    border: 0px solid #ccc;
    width: 80%;
    border-left: none;
    background-color: #996;
}

img {
  border : 1px solid #000;
}

div.menubars {
    width: 30px;
    height: 4px;
    background-color: #ffffee;
    margin: 3px 0;
}
