body {
    overflow: hidden;
    background-image: url("background.png");
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    z-index: 1;
}

.top {
    position: absolute;
    z-index: 100;
    font-size: xx-large;
}