body {
    padding: 1em;
    font-size: 16px;
    text-align: center;
}

.important {
    color: red;
}

.numBox {
    position: relative;
    display: inline-block;
    max-width: 80px;
    max-height: 80px;
    width: 8vw;
    height: 8vw;
    min-width: 20px;
    min-height: 20px;
    background-color: white;
    box-shadow: 0 0 3px #b9b6b6;
    border-radius: 3px;
    border: 3px solid #5facc4;
    margin: 0 4px;
}

.numBoxNumber {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: black;
    font-size: 1.5em;
    font-weight: bold;
}

#copy-button {
    border: none;
}

.infoIcon {
    width: 1.2em;
    height: 1.2em;
}

#documents {
    margin: 2em;
    width: 25vw;
}

#illustration {
    width: 75vw;
    max-width: 500px;
}
