/* Style the tab buttons */
.tablink {
    color: black;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px;
    font-size: 12px;
}

/* Change background color of buttons on hover */
.tablink:hover {
    background-color: #777;
}


/* Set default styles for tab content */
.tabcontent {
    color: black;
    display: none;
}

/* Style each tab content individually */
#Java {background-color:white;}
#Kotlin {background-color:white;}
