 body {
  background-image: url('../img/pure_bg.png'); /* Remplace par le chemin de ton image */
  background-size: cover; /* Couvre toute la page */
  background-position: center; /* Centre l'image */
  background-repeat: no-repeat; /* Empêche la répétition */
  background-attachment: fixed; /* Garde l'image fixe lors du scroll */
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: normal;
}
.twitch
{
  border : 10px solid #0070ae;
}
.twitch .twitch-chat {
  height: 400px;
}

.twitch .twitch-chat iframe {
  width: 100%;
  height: 100%;
}
.twitch .twitch-video {
  padding-top: 56.25%;
  position: relative;
  height: 0;
}

.twitch .twitch-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
@media screen and (min-width: 850px) {
  .twitch {
    position: relative;
  }

  .twitch .twitch-video {
    width: 75%;
    padding-top: 42.1875%;
  }

  .twitch .twitch-chat {
    width: 25%;
    height: auto;
    position: absolute;
    overflow: show;
    top: 0;
    right: 0;
    bottom: 0;
  }
}
#typewriter {
  padding:30px;
  font-size: 45px;
  font-weight: bold;
  min-height: 30px;
  color:#fff;
  font-family: "Orbitron", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;

}

.islive
{
  font-size: 30px;
  font-weight: bold;
  color:#fff;
  font-family: "Orbitron", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;

}
.islive a
{
  color:#a2c1f6;
}
