@import url('https://fonts.googleapis.com/css2?family=Audiowide&display=swap');

div{
	background-color: grey;
	width: 100%;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: "Audiowide", sans-serif;
    font-weight: 500;
    font-style: normal;
}

html, body {
    height: 100%;
    margin: 0;
    background-image: url("bg.jpg");
	  background-attachment: fixed;
	  background-repeat: no-repeat;
	  background-size: cover;
	  }
.tab {
  overflow: hidden;
  background-color: grey;
}

.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

.tab button:hover {
  background-color: #ddd;
}
