#background {
    opacity: .7;
}

#bizeulasin p {
  line-height: .7;
}

.main-content {
  opacity: 1;
  font-size: .8em;
  background-image: url("../img/arka.png");
  max-width: 430px;
}








/* Style the tab */
div.tab {
    overflow: hidden;
    background-color: #ffbf00;
}

.tablinks {
  font-weight: bold;
}

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

}

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

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

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