.Help {
    display: flex;
    text-align: center;
    
}
.Left {
    background-color: rgb(89, 89, 215);
    color: navy;
    width: 20pc;
    border: 5px solid;
    border-image: linear-gradient(to left, rgb(39, 4, 121), rgb(49, 2, 90)) 2;
}
.Centre {
    width: 30pc;
    background-color: rgb(53, 158, 141);
    color: navy;
    width: 20pc;
    border: 5px solid;
    border-image: linear-gradient(to left, rgb(121, 4, 4), rgb(172, 136, 31)) 2;
}
.Right {
    background-color: rgb(89, 89, 215);
    color: navy;
    width: 20pc;
    border: 5px solid;
    border-image: linear-gradient(to left, rgb(39, 4, 121), rgb(49, 2, 90)) 2;

}
.Hidden {
    width: 10pc;

}
.HiddenM {
    width: 5pc
}
body {
    background-image: linear-gradient(to bottom, rgb(59, 2, 100), rgb(126, 195, 255));
}
.star {
    background-image: url("stars.png")
}
img {
    align-content: center;

}

button.slack {
    overflow: hidden;
    border-radius: 10px;
}
img.slack {
    height: 40px;
    width: 40px;
    object-fit:contain;
    border-radius: 10px;
    
}
button.steam {
    overflow: hidden;
    border-radius: 10px;
    
}
img.steam {
    height: 40px;
    width: 40px;
    object-fit:contain;
}
.kiwi {
    width: 20pc;
    padding-left:5pc;
}
.koru {
    width: 20pc;
    padding-right:5pc;
    padding-left:23pc;


}
.kiwis {
  background-image: url("kiwi.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-attachment: fixed;
}
.korus {
  background-image: url("koru.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-attachment: fixed;
}
button {
    background: transparent;
    border: none;  
}
body {
    margin: 0;
    overscroll-behavior: none;
}