body {
  font-family: "Quicksand", sans-serif;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
}

header {
  background-color: #ffe4bc;
  color: #333;
  text-align: center;
  padding: 20px;
}

.wrapper {
  margin: 20px auto;
  max-width: 800px;
}

.wrapper_bk {
  padding: 15px;
}

.header_content {
  margin-bottom: 20px;
}

.header_content h1 {
  text-align: center;
  word-break: break-all;
}

.download {
  text-align: center;
  display: flex;
  gap: 10px;
  flex-direction: column;
}

.download .download_button {
  padding: 15px 20px;
  border-radius: 15px;
  background-color: #6cd2ff;
  color: #333;
  outline: none;
  border: none;
  cursor: pointer;
  font-weight: 600;
  display: inline-block;
}

.streaming {
  margin-top: 20px;
  padding-top: 56.25%;
  height: 0px;
  position: relative;
}

.streaming iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.histats_wrapper {
    text-align: center;
}


.notif_download div {
    display: none;
}