.logo {
  width: Auto;
  text-align: center;
  height: 35px;
  align-items: center !important;
}
.all-tabs {
  text-align: center;
  margin-top: 10px;
}
.tab {
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.2);
  color: darkslategray!important;
  border-bottom-style: none;
  border-top-style: none;
  border-right-style: none;
  color: black;
  padding: 5px 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12pt;
}

.tab.first {
  border-left-style: none;
}

.full-view-link {
  background-color: rgb(152, 21, 27);
  color: white !important;
  font-size: medium;
  padding: 15px 15px;
  float: left;
  margin-left: 75%;
  width: 35%;
  text-align: center;
  transition-duration: 1s;
}