body {
    background-color: black;
    background-image: url(https://hblox.neocities.org/texture.png);
}
.buttons {
    background-image: url(https://hblox.neocities.org/texture.png);
    background-color: rgb(112, 0, 0);
    border: 2px solid rgb(73, 0, 0);
}
.buttons2 {
    background-image: url(https://hblox.neocities.org/texture.png);
    background-color: rgb(112, 0, 0);
    border: 2px solid rgb(73, 0, 0);
}
.buttons button {
    background-color: transparent;
    height: 37px;
    width: 78px;
    border: none;
    color: white;
    font-family: 'Courier New', Courier, monospace;
    font-size: 87%;
    cursor: pointer;
    transition: all ease-in-out 0.35s;
}
.buttons button:hover {
    width: 80px;
    border: none;
    color: rgb(255, 68, 68);
    text-shadow: 0px 0px 8px rgb(230, 28, 28);
}
.buttons2 button {
    background-color: transparent;
    height: 37px;
    width: 78px;
    border: none;
    color: white;
    font-family: 'Courier New', Courier, monospace;
    font-size: 87%;
    cursor: pointer;
    transition: all ease-in-out 0.35s;
}
.buttons2 button:hover {
    width: 80px;
    border: none;
    color: rgb(255, 68, 68);
    text-shadow: 0px 0px 8px rgb(230, 28, 28);
}
marquee {
    color: white;
    font-family: monospace;
}
p {
    font-family: monospace;
    color: white;
}
h2 {
    font-family: comic sans ms;
    color: white;
    font-weight: bold;
}
a {
    text-decoration: none;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #250000;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #460000;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(to top, #750000, #ac0000);
}