@import "common.css";

html {
    background: url("../backgrounds/day/background.webp");
    background-size: cover;
    width: 100%;
    height: 100%;
}

#root {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: none;
    z-index: -1;
}

#webamp {
    position: fixed;
    top: 0;
    right: 0;
}
