body {
    background-image: url("/static/media/ass.jpg");
}

header {
    border-style: ridge;
    background-color: rgba(255, 215, 0, 0.3);
    
    text-align: center;
    color: HotPink;
    box-shadow: 0 0 10px Gold;
}

#content p {
    color: Gold;
}

#content {
    margin: auto;
    padding: 10px;
    border-style: ridge;
    width: 60%;
    background-color: rgba(0, 0, 255, 0.3);
    color: HotPink;
    box-shadow: 0 0 10px Gold;
}

#disco {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    top: 0;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    pointer-events: none;
}