* {box-sizing: border-box}
body {font-family: "Lato", sans-serif;}

/* Style the tab */
.tab {
  float: left;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  width: 25%;
  height: 120px;
}

/* Style the buttons inside the tab */
.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
}

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

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

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 0px 12px;
  border: 1px solid #ccc;
  width: 70%;
  border-left: none;
  /* height: 300px; */
  height: auto;
  background-color: #ddd;
  box-shadow: inset 0 0 0 1000px rgba(0,0,0,.2);
}

.bg {
    background-image: url("./venice.jpeg");
    height: 100%;
    background-repeat: no-repeat;
    background-color: #cccccc;
    background-size: cover;
    background-position: center;
}

.scrim {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0) 100%);
    backdrop-filter: blur(10px);
  }
    .logo {
        float: left;
        padding: 15px;
        font-size: large;
    }

    .txtbox {
        background-color: #ddd;
    }
    .FF {
      width: 20%;
    }