.increased {
    background-color: #0008;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}
.increased div {
    padding: 5px;
    background-color: #fff;
}
