.alert {
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 15px;
    backdrop-filter: blur(8px);
    background-color: rgba(255, 0, 0, 0.288);
    border-radius: 15px;
    z-index: 999999;
}
.alert h2 {
    font-size: 48pt;
}
.cover-thing {
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 9;
    backdrop-filter: blur(3px);
}