body,
html {
  height: 100%;
  margin: 0px;
  padding: 0px;
  scroll-behavior: smooth;
  font-family: "Red Hat Display", sans-serif;
  font-style: normal;
  background-color: #ffffff;
}

body {
  display: flex;
  flex-direction: column;
  height: 100vh;
}

.header {
  padding: 12px 24px;
  box-sizing: border-box;
}

.logo_shopinbaz {
  display: block;
  width: 118px;
  height: 26px;
}

.content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px 0px;
  padding: 32px 16px;
  box-sizing: border-box;
  background-color: #027b5b;
  flex-grow: 1;
}

.title {
  font-weight: 700;
  color: #ffffff;
  font-size: 26px;
  margin: 0px;
}

.logo_bet365 {
  display: block;
  width: 241px;
  height: 60px;
}

.jugador_futbol {
  display: block;
  width: 328px;
  height: 256px;
}

.link_register {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background-color: #f2c421;
  border: none;
  color: #0c0623;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  width: 192px;
  height: 40px;
}

.footer {
  display: flex;
  flex-direction: column;
  gap: 32px 0px;
  padding: 32px 16px;
  box-sizing: border-box;
}

.line {
  width: 100%;
  border: 1px solid #333747;
  height: 0px;
  margin: 0px;
}

.list_links {
  display: flex;
  flex-direction: column;
  gap: 16px 0px;
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.items_list_links {
  text-decoration: none;
  color: #0c0623;
  font-size: 18px;
  font-weight: 400;
}
