.bg{
    background-image: url("https://cdn.discordapp.com/attachments/800660844286705674/1130929093387497622/trollimg.png");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

body, html {
    height: 100%;
    margin: 0;
  }

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bcentered {
    position: absolute;
    top: 95%;
    left: 50%;
    transform: translate(-50%, -50%);
}

h1{
    font-family: "Comic Sans MS";
}