#loader {
    top: 0%;
    position: fixed;
    background: #a1abf45e;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999;
}

#choices {
    width: 12%;
}