body {
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  color: white;
  background-image: url('https://files.orangc.net/media/walls-catppuccin-mocha/cabin-3.png?k=qGJK');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
}

.logo {
        position: absolute;
        bottom: 0;
        left: 0;
        gap: 10px;
}

.player {
       display: flex;
       justify-content: center;
       align-items: center;
}

.chat {
     position: absolute;
     bottom: 0;
     right: 0;
     gap: 10px;
}

.links {
      background-color: white;
      color: black;
}
