.body, html {
height: 100%;
background-image: url(https://i.postimg.cc/FKcYWKNQ/back234.gif);
cursor: url('https://cur.cursors-4u.net/nature/nat-2/nat183.cur'), auto;	
}

.content {
  padding-top: 100px;
  position: absolute;
  left: 50%;
  transform: translate(-50%,0);
  display: grid;
  grid-template-rows: 70px 500px;
}

.container {
  display: grid;
  grid-template-columns: 150px 500px;
}

.menu {
  padding-top: 30px;
  background-color: rgb(255, 255, 255);
  border-width: 1px;
  border-style: solid;
  border-color: black;
  background-image: url(https://i.postimg.cc/28HFSzH3/Capture-d-ecran-2025-11-03-234108.png);
}

.containerc {
  border-width: 1px;
  border-style: solid;
  border-color: black;
  border-left: 0;
  background-image: url(https://i.postimg.cc/wB5pDbR0/119184043-3569696646376168-609477139693962688-n.png);
  background-size: 100%;
  overflow-y: scroll;
}

.minimado {
 height: 50px;
 padding-bottom: 10px;
 display: block;
}

.mado {
 height: 100px;
 position: absolute;
 left: 600px;
 top: 600px;
}

.channel {
  margin-top: 15px;
}

.home {
  height: 35px;
  margin-top: 30px;
}