html {
    background-image:url(BackgroundImages/TiledBackgrounds/skylo.gif);
    background-size:200px;
    font-family: Bakso;
}

@font-face {
    font-family: Kids;
    src: url(Fonts/TheKidsMraker.ttf);
}

@font-face {
    font-family: Bakso;
    src: url(Fonts/BaksoDaging-Regular.ttf);
}

h1 {
    font-family:Kids;
}

.centering {
    align-content: center;
    padding-top:200px;
    margin-left:480;
    width: 500;
}

#TrigWarn {
    background-color: antiquewhite;
    text-align: center;
    border:solid,#6082b6,5px;
}

.TW {
    margin:10px
}

.buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    margin:25px;
}

.backbutton {
    padding-right:50px
}

.gobutton {
    padding-left:50px;
}

.PLogo {
    text-align: center;
    margin-bottom:-10;
    background-color: antiquewhite;
    border:solid,#6082b6,5px;
    margin-left:547px;
    margin-right:547px;
}

.subtitle{
    text-align: center;
}