body{
    background-color: purple;
    font-family: "Press Start 2P";
}
.press-start-2p-regular {
  font-family: "Press Start 2P", system-ui;
  font-weight: 400;
  font-style: normal;
}

.TEXT{
    text-align: center;
    font-family: "Press Start 2P";
    color: rgb(57, 12, 87)
}
.TEXT2{
    color:aqua;
    text-align: center;
    font-family: "Press Start 2P";
}
.TextB{
    color: tomato;
    text-align: center;
}
svg.discordicon path{
    fill: aqua !important;
}
.discordicon{
    display: block;
    margin: auto;
    height: 50px;
} 
}
.TEXT3{
    color:red;
    text-align: center;
}
.TEXT4{
    color:lime;
    text-align: center;
}