.over {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    left: 0;
    background: rgba(10, 10, 10, 0.5);
    z-index: 10000;
    color: #FFD70A;
    text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
}
