html,
body {
  width: 100%;
  height: 100%;
}

.section {
  padding: 0 12%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #ff796a;
  color: #fff;
  font-size: 18px;
  overflow: hidden;
}

.pick {
  border-bottom: #000000 2px solid;
}

#header {
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
}

#tab {
  display: flex;
  font-size: 16px;
  font-weight: 600;
}

.item {
  margin-right: 80px;
  margin-top: 20px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}

.login {
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.92);
  border-radius: 8px;
  width: 105px;
  height: 32px;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  margin-right: 40px;
}

#tideswingLogo {
  height: 64px;
  position: relative;
  top: 10px;
}

.companyName {
  font-weight: 900;
  font-size: 20px;
  line-height: 24px;
}

.footer {
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 12px;
  padding: 32px 0;
  color: rgba(255, 255, 255, 0.6);
  background: rgba(0, 0, 0, 1);
}

.information {
  font-size: 12px;
  max-width: 500px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.informationLeft {
  padding-right: 20px;
}

#contact {
  margin-top: 8px;
  font-size: 12px;
  line-height: 16px;
  width: 284px;
}

@media screen and (max-width: 800px) {
  .item {
    margin-right: 12px;
    margin-top: 20px;
    height: 44px;
    line-height: 44px;
    text-align: center;
  }

  .login {
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.92);
    border-radius: 8px;
    width: 105px;
    height: 44px;
    font-size: 14px;
    line-height: 44px;
    text-align: center;
  }

  .information {
    display: block;
  }

  .informationLeft {
    padding-right: 0;
  }
}