body {
    margin: 0;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: white;
}

a {
    color: white;
    font-size: 0.9rem;
    background: rgba(0, 0, 0, 0.1);
    text-decoration: none;
    padding: 5px 8px;
    outline: none;
    border-radius: 4px;
    border: 1px solid white;
    opacity: 0.5;
}

a:focus, a:hover {
    opacity: 1;
}

#container {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.bottom-left {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.top-right {
    position: absolute;
    top: 10px;
    right: 10px;
}

.bottom-right {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

#link {
    position: absolute;
    bottom: 10px;
    left: 10px;
}