body {
    width: 100%;
    margin: 0;
    background-color: black;
}

#stage {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translateX(-50%) translateY(-50%);
}

#stage > img {
    width: 100%;
}

#tag {
    position: fixed;
    top: 100px;
    right: 100px;
}

a {
    color: white;
    text-decoration: none;
}

a:hover {
    color: aquamarine;
}