body {
    background-image: url("bg.png");

    background-repeat: no-repeat;

    background-attachment: fixed;

    background-position: center;

    background-size: cover;

}

#center {
    text-align: center;
}

#sans {
    font-family: fantasy;
    color: aliceblue;
    text-shadow: -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000;
}

#bodytext {
    font-family: Consolas;
    color: aliceblue;
    font-size: 28px;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

buttontext {
    font-family: "Cascadia Code";
}