body {
    margin: 0;
    padding: 0;
    font-family: monospace;
    font-size: 12px;
    background-color: white;
}

#attr_large {
    padding-top: 1vh;
    width: 80vw;
    height: 80vh;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#attr_large img {
    padding-top: 3vh;
    max-width: 80vw;
    max-height: 80vh;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#loading {
    padding-top: 1vh;
    width: 100vw;
    height: 80vh;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: rgb(114, 94, 155);
    z-index: -1;
}

#another {
    text-align: center;
}

#links {
    padding-top: 1%;
    text-align: center;
    line-height: 14pt;
}

a {
    color: rgb(130, 115, 226);
    cursor: crosshair;
}