* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none;
}

html {
  background-color: #030022;
}

body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 34px;
  min-height: 100dvh;
  text-align: center;
  background-image: url("../img/banners/bg.avif");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  color: #fff;
  overflow-y: auto;
  overflow-x: hidden;
}

.tc-body {
  background-image: url("../img/banners/bg_tc.avif");
}
