<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#footer{
  position: fixed;
  bottom: 0;
  background-color: #1E222C;
  width: 100%;
  height: 75px;
}

.resau{
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 100%;
  width: 40%;
  flex-wrap: wrap;
}

.resau a{
  font-size: 30px;
  color: white;
}

.twitch:hover{
  color: rgb(151, 20, 151);
}
.youtube:hover{
  color: red;
}
.tiktok:hover{
  color: rgb(32, 103, 168);
}
.twitter:hover{
  color: aqua;
}
.instagram:hover{
  color: mediumvioletred;
}</pre></body></html>